Page 1 of 1

a:hover changes background color of form in IE [solved]

Posted: Fri Dec 15, 2006 2:17 pm
by teackele
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

Re: a:hover changes background color of form in IE

Posted: Fri Dec 15, 2006 4:51 pm
by tsw
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

Posted: Fri Dec 15, 2006 6:50 pm
by teackele
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

Posted: Fri Dec 15, 2006 11:49 pm
by Dr.CSS
What happens when you take the background color out of form?...

Re: a:hover changes background color of form in IE

Posted: Sat Dec 16, 2006 1:02 pm
by teackele
tried that, did not help either....

Re: a:hover changes background color of form in IE

Posted: Tue Dec 19, 2006 10:07 am
by teackele
FIXED:

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

Posted: Tue Dec 19, 2006 10:33 am
by teackele
a little too hasty... only added the height: 1% to the containing div

Re: a:hover changes background color of form in IE

Posted: Tue Dec 19, 2006 11:37 am
by Dr.CSS
Just adding that to one div did it?...

Re: a:hover changes background color of form in IE

Posted: Tue Dec 19, 2006 1:48 pm
by teackele