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; }
any ideas ie (i tried ie11)?
Comments
Post a Comment