Du scheinst etwas anderes zu suchen (was genau?). Da ist dann aber nicht das CSS-Pendant zu alink.
Hallo Kess
Also, ich möchte, dass der Link, der gerade aktiv ist, eine bestimmte Farbe hat. Das mit dem a:hover und a:link ist kein Problem, wenn ich jedoch a:active noch hinzunehme, ist das einfach wirkungslos. Wenn ich den Link anklicke, hat er nicht die in a:active definierte Farbe, sondern die in a:link definierte.
Was tun??
So sieht mein Teil aus:
A:visited { color: #699; font-family: Verdana, Arial; text-decoration: none }
A:link { color: #699; font-family: Verdana, Arial; text-decoration: none }
A:hover { color: #000; font-family: Verdana, Arial; text-decoration: underline }
A:active { color: #000; font-family: Verdana, Arial; text-decoration: none }