YoLaTengo: background-color für Links

Beitrag lesen

moin,

ich hab ein seltsames Problem und komm einfach nicht dahinter, warum es nicht klappt.

Auszug CSS:

a:link {color:#007D00; text-decoration:none; background-color:#E8F5E8; width:122px; font-family:Arial; font-size:12px; }
a:visited {color:#007D00; background-color:#FFFEDF; text-decoration:none; width:122px; font-family:Arial; font-size:12px; }
a:hover {color:#006500; font-weight:bold; background-color:#CEFFCE;  text-decoration:none; width:122px; font-family:Arial; font-size:12px; }
a:active {color:#007D00; background-color:#EAFAFF; text-decoration:none; width:122px; font-family:Arial; font-size:12px; }

im Netscape 4.x bekomm ich gleich die Hintergrundfarbe von visited, Text ist aber link.

mfg. YLT