> 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
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
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
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