Here's HTML code to Multiline caption buttons:
====
<button>multiline<br>button<br>text</button>
<input type="button" value="Carriage return separators" style="text-align:center;">
====
Actual buttons:
---
Keywords: HTML DHTML Multi-line Multy line button caption. Web Forms. IE Internet explorer FireFox Opera
10 comments:
Thanks a bunch :)
nothing new, and still no html solution for opera, only type="image" can help so far
thanks, it worked !
Thank you so much. It is so simple but it worked properly.
Unfortunately it does not work in IE10...
Any fix for IE 10 please?
Apart from 'learn Photoshop and use an image button'
I just opened this blog post in IE 10. Multiline buttons render just fine...
This is why the input button shows correctly in IE10, check first line in code of this page. There is set emulation to IE7:
meta content='IE=EmulateIE7' http-equiv='X-UA-Compatible'
When you suppress it or change IE browser window to standard mode via IE developer toolbar it shows the text only in one line.
So, does somebody idea, how to create multi line button in IE10 ??
Best regards
Vasssek
Even without "EmulateIE7" meta IE10 renders multiline buttons just fine.
no it is not, no multiline buttons in IE10
Post a Comment