Hallo!
Ich benutze mitunter folgenden Code in meiner CSS-Datei:
A:link { text-decoration: none; color: #669900; font-weight: bold; }
A:hover { text-decoration: none; color: #99cc00; font-weight: bold; }
A:visited { text-decoration: none; color: #669900; font-weight: bold; }
A:active { text-decoration: none; color: #669900; font-weight: bold; }
Das sieht ja alle ganz gut aus, doch sobald ein Link erst einmal gedrückt wurde, fällt dieser Hovereffekt plötzlich aus. Was mach ich da falsch?
Vielen dank schon mal im voraus!
Liebe Grüße, René