On 7/04/2010, at 3:30 AM, Leo Luchs 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

Text indent won't work.

Some options I can think of:

Try using <input type="image">
Try using <button>
Graceful degradation for <IE8 (no bg image, no absolute position).

By the way, on Firefox 3.6 Mac the button is sitting below the bottom  
border of the text input.

Cheers, Tim
______________________________________________________________________
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