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

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -