/ Published in: CSS
URL: http://jehiah.cz/archive/an-even-better-ie-button-width-fix
Expand |
Embed | Plain Text
input.button { padding: 0 .25em; width: 0; overflow:visible; } input.button[class] { /*ie ignores [class]*/ width: auto; }
You need to login to post a comment.
