PDA

View Full Version : css hover problem in IE6


matt-saunders
03-04-2007, 09:53 AM
for some reason my menu works fine in FF but not IE6

http://www.upfrontdesigns.co.uk/v1_1/template.html

eTwerp
03-04-2007, 10:08 AM
Hey matt-saunders, I think I had this problem before, and if I remember correctly, try putting your background, like this.


.nav li a:hover {
text-decoration:none;
background: url(images/menu_bg_hover.gif);
}


All I've done is take out the -image after background.

Hopefully memory serves correctly :D

matt-saunders
03-04-2007, 10:10 AM
yep that was it. Thanks mate :-)

eTwerp
03-04-2007, 10:11 AM
Good good :D