glückswicht
Grünschnabel
Hallo!
Ich komm leider mit einem Problemchen nicht so richtig weiter:
Und zwar nutze ich eine externe CSS Datei (Ausschnitt unten)
Wenn ich nun in der Navigation eine Seite besuche möchte ich das der
Link der aktuelle Seite rot bleibt, bis ich auf eine andere Seite wechsle.
Dachte das geht mit dem a:active.
Sieht jemand den Fehler? Oder muss ich ganz anders vorgehen?
Vielen Dank!
micha
a:link { color: #595959; text-decoration: none;}
a:visited {
color: #595959;
text-decoration: none;
}
a:hover {
color: #ee2f00;
text-decoration: none;
}
a:active {
color: #ee2f00;
text-decoration: none;
}
Ich komm leider mit einem Problemchen nicht so richtig weiter:
Und zwar nutze ich eine externe CSS Datei (Ausschnitt unten)
Wenn ich nun in der Navigation eine Seite besuche möchte ich das der
Link der aktuelle Seite rot bleibt, bis ich auf eine andere Seite wechsle.
Dachte das geht mit dem a:active.
Sieht jemand den Fehler? Oder muss ich ganz anders vorgehen?
Vielen Dank!
micha
a:link { color: #595959; text-decoration: none;}
a:visited {
color: #595959;
text-decoration: none;
}
a:hover {
color: #ee2f00;
text-decoration: none;
}
a:active {
color: #ee2f00;
text-decoration: none;
}