Habe folgendes Problem:
Das ist so wie es in meiner *.css steht! Das Problem ist dabei das wenn ich nun auf einen Link geklickt habe bleibt er anschließend schwarz ohne einen Hover Effekt. Doch bevor ich daraufgeklickt habe funktioniert es
Warum? Am Browser wird´s doch wohl nicht liegen (Verwende IE 6 SP 2) oder?
Bitte um Hilfe ^^
THX
Code:
a:link { color: #000000; font-size: 10px; font-family: Verdana; text-decoration: none }
a:hover { color: #b52323; font-size: 10px; font-family: Verdana; text-decoration: none }
a:active { color: #000000; font-size: 10px; font-family: Verdana; text-decoration: none }
a:visited { color: #000000; font-size: 10px; font-family: Verdana; text-decoration: none }
Das ist so wie es in meiner *.css steht! Das Problem ist dabei das wenn ich nun auf einen Link geklickt habe bleibt er anschließend schwarz ohne einen Hover Effekt. Doch bevor ich daraufgeklickt habe funktioniert es

Bitte um Hilfe ^^
THX
