G'day

> it's the appearance of the link that's the problem.

And the cause is inheritance and specificity, or something like that.  The
formatting seems to come from the following rules:

#content a {
  color: #000;
  text-decoration: underline;}
#content a:hover {
  color: #cc9;
  background-color: #000;} 

Try making your rule more specific:

div#content div#footnav div.ltop a {
/* rules here */
}

Regards
Bert

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