/ Published in: CSS
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
button { display:block; text-indent:-9999px; overflow:hidden; <-- line-height:0px; <-- font-size:0px; <-- }