Return to Snippet

Revision: 55885
at February 27, 2012 07:47 by bluecap


Initial Code
.ie7 #sidebar .widget_search input[type="submit"] {
	display: block;
	text-indent: -9999px
	font-size: 0;
	line-height: 0;
}

Initial URL


Initial Description
Make IE7 respect a negative text indent (for hiding text via CSS).

Initial Title
IE7 negative text-indent fix

Initial Tags


Initial Language
CSS