Vegeta: IE zeigt CSS nicht richtig an

Beitrag lesen

So sieht die Datei "links.css" aus:

a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; color: #000000}

a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: underline overline}

a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000 ; text-decoration: none}

Ich sehe gerade, daß a:link und a:visited gleich sind. Dann schreib' doch:

a:link, a:visited { font-family:Verdana,Arial,Helvetica,Sans-Serif; font-size:12px; font-weight:bold; text-decoration:none; color:#000000 }

Ich hab' das auf meiner Webseite (http://www.zockerseite.de.vu/) genauso gemacht und in meinem IE 6.0 funktioniert es auch ohne Fehler. Welche IE-Version hast du denn?