I have the following problem in my stylesheet.
If i hover over a link, the background of the form element changes, probably to transparent. U can see it at
http://www.regioproducten.nl/index.php?page=categorie&productgroep=D
any help or suggestions appreciated.
reagrs teackele
a:hover changes background color of form in IE [solved]
a:hover changes background color of form in IE [solved]
Last edited by teackele on Tue Dec 19, 2006 2:10 pm, edited 1 time in total.
Re: a:hover changes background color of form in IE
Did you found a fix already? Just tested it and cant see anything strange when hovering links (FF2.0)
Re: a:hover changes background color of form in IE
no, haven;t fixed it yet, but it only shows up in IE 6 (haven't tested IE7 yet)
Re: a:hover changes background color of form in IE
What happens when you take the background color out of form?...
Re: a:hover changes background color of form in IE
FIXED:
after reading an answer about the jog bug, i added height:1% to all divs... fixed it.
after reading an answer about the jog bug, i added height:1% to all divs... fixed it.
Re: a:hover changes background color of form in IE
a little too hasty... only added the height: 1% to the containing div
Re: a:hover changes background color of form in IE
Just adding that to one div did it?...