Click to See Complete Forum and Search --> : Link hover color in IE


mattastic
03-25-2008, 01:06 PM
Hi Folks,

Can anyone tell me why the background color wont change when you hover over the the main navigation links:

It works fine in FF

www.mharrisweb.co.uk

Thanks in advance

mattastic
03-25-2008, 03:28 PM
Its IE 7 thats causing the problem.

If i take out this code it works:

a:link, a:visited, {
color: #ffffff;
font-weight:bold;
text-decoration: underline;
}


Can anyone help?

Thankyou

Fang
03-25-2008, 03:38 PM
a, a:link, a:visited {
background-color: transparent;
color: #ffffff;
font-weight:bold;
text-decoration: underline;
}