Hallo, ich habe ein kleines Problem.
So sieht der Code aus :
<style type="text/css">
a:link { text-decoration:none; font-weight:bold; color:orange; }
a:visited { text-decoration:none; font-weight:bold; color:orange; }
a:hover { text-decoration:none; font-weight:bold; background-color:green; }
a:active { text-decoration:none; font-weight:bold; color:white; }
</style>
Es geht alles, ausser die a:active Definition.
Was habe ich falsch gemacht?
Mfg