Hallo liebe Experten!
Ich habe auf einer Seite externe CSS eingebaut…auf der Seite befindet sich auch eine Navigation, auf der sich natürlich auch ein Link zur aktuellen Seite befindet. Ich habe eigentlich gedacht, der CSS-Befehl a:active ist dafür zuständig und färbt diesen Link dementsprechend anders ein. Aber der Link entspricht a:visited.
Geht der Befehl a:active nur für ein anderes Frame? Oder hab ich etwas falsch gemacht? Hier mein CSS-File:
a:link {color: #CD7007; text-decoration: none}
a:hover {color: #F79421; text-decoration: none}
a:active {color: black; text-decoration: none}
a:visited {color: #F79421; text-decoration: none}
h1 {color: black; text-decoration: bold}
h2 {color: black; text-decoration: bold}
p {color: black; text-decoration: none}
Vielen Dank für eure Hilfe!!!
Diana ;o)