/ Published in: CSS
Make IE7 respect a negative text indent (for hiding text via CSS).
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.ie7 #sidebar .widget_search input[type="submit"] { display: block; text-indent: -9999px font-size: 0; line-height: 0; }