html - New line in submit value in IE -


i have submit button , text shall in 2 lines. working in firefox&chrome, not in ie:

html:

<input type="submit" value="this long  2 line text" class="submit_button" > 

css:

.submit_button {   width:200px;   height:100px; } 

http://jsfiddle.net/g6akg/1/

any ideas ie (i tried ie11)?

you can use

http://jsfiddle.net/g6akg/2/

.submit_button {     white-space: normal; } 

Comments

Popular posts from this blog

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -