Re: [css-d] IE7: Background-Image in form-field

2010-04-07 Thread Leo Luchs
> On Wed, Apr 7, 2010 at 06:39 PM, jeffrey morin wrote: > > 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; > That works as well. It is strange - uppercase or capitali

Re: [css-d] IE7: Background-Image in form-field

2010-04-07 Thread jeffrey morin
On Tue, Apr 6, 2010 at 11: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: -px. Th

Re: [css-d] IE7: Background-Image in form-field

2010-04-06 Thread Tim Snadden
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: -px. That

[css-d] IE7: Background-Image in form-field

2010-04-06 Thread Leo Luchs
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: -px. That works in most browsers, but not in IE7. Is there some