Hi Chris,

I believe you may need to address all states of the a selector: link,
visited and active as well as hover (which you do separately):

#navigation a.current:link, #navigation a.current:visited, #navigation
a.current:active,
{
background-color: #FFF;
border-bottom: 1px solid #FFF;
font-weight: bold;
}

#navigation a.current:hover
{
background-color: #FFF;
text-decoration: underline;
border-bottom: 1px solid #FFF;
}

I haven't tested it here but it is something I commonly come across in IE.
Worth a try...

A more descriptive subject line please Chris...

P


*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
***************************************************** 

Reply via email to