Return to Snippet

Revision: 29415
at July 28, 2010 23:10 by vagrantradio


Initial Code
button {
 display:block;
 text-indent:-9999px;
 overflow:hidden; <-- 
 line-height:0px; <--
 font-size:0px;   <--
}

Initial URL


Initial Description
Add the last three lines to fix text-indent in IE7. Alternatively, you can also add text-transform:capitalize.

Initial Title
IE7 Text-Indent Button fix

Initial Tags
css

Initial Language
CSS