On Tue, Apr 6, 2010 at 11:30 AM, Leo Luchs <leolu...@googlemail.com> wrote:

> Looking at http://www.fuenf-nrw.de/2010/index_test.php you will notice a
> search-form in the upper right corner. IE7 does not only show the
> magnifying-glass but also the value "Go". I've hoped to prevent it by
> using text-indent: -9999px. That works in most browsers, but not in IE7.
> Is there something I could do to prevent IE7 from showing the value?
>
> Leo
>
>
I found this online and it works for me on submit buttons. Not sure why, but
adding these two properties hides text on IE.

color: transparent;
text-transform: uppercase;

- Jeff
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to