Schalk Neethling schrieb:
Found the problem. It is not a:hover:visited but a:visited:hover. Stupid me :-[

Schalk Neethling wrote:
a:link {
   color:#000;
}
a:visited {
   color:#000;
}
a:hover:visited {
   color:#f9bc01;
   text-decoration:none;
}
a:hover {
   color:#f9bc01;
   text-decoration:none;
}


A word of caution:
http://www.satzansatz.de/cssd/pseudocss.html#chain-class-class

regards,
Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to