Sorry, I'm away Thurs AM for study.

I will read your email when I return.

Many thanks,
Leon Wild.



>>> "[EMAIL PROTECTED]" 04/21/04 23:42 >>>

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
***************************************************** 

*****************************************************
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