Hallo Forum
Kann ich in CSS eine Zeile einbauen die sagt das der aktive link highlightet wird?
Bis jetzt habe ich das:
/* Standardlinks */
a:link { color:#000000; text-decoration:none; font-weight:0; }
a:visited { color:#000000; text-decoration:none; font-weight:0; }
a:hover { color:#777777; font-weight:0; }
a:active { color:#FF0000; font-weight:0; }
leider gilt a:active ja nicht für Aktiver Link sondern nur aktiviren.
Kann mir jemand helfen?
mfg
Mario