Jürgen K.: a:visited----a:active-----a:hover....woran liegst????

Beitrag lesen

morjen leutz,

Morschn

<style type="text/css">
                a:link { color:#111111; }
  a:visited { color:#111111; }
  a:active { color:#FFFFFF; }
  a:hover { color:#FFFFFF; text-decoration:none }
</style>

Falsche Reihenfolge. link, visited,hover,active, dann klappts.

Viele Grüße,
Jürgen