Return to Snippet

Revision: 48385
at June 30, 2011 03:51 by inreflection7


Initial Code
#input-button { text-indent: -999em; }

.ie7 #input-button { text-transform: capitalize; }

Initial URL


Initial Description
IE7 can be a pain when it comes to input submit buttons. In order to get the value to disappear using the text-indent: -999em; trick make sure to set text-transform: capitalize;

Initial Title
IE7 button value

Initial Tags
button

Initial Language
HTML