Take: a:visited text-decoration

Beitrag lesen

Moin,

Dachte das ist ganz leicht, aber es funktioniert bei mir einfach nicht.

Wie äußert sich das "funktioniert nicht" denn in der Praxis?

Hier mein Code:

a:link { text-decoration:none; color:#000; }
a:visited { text-decoration:line-through; color:#0F9; }
a:hover { text-decoration:line-through; }
a:active { text-decoration:line-through; }

  
Das ist nur die Hälfte. Wo ist das HTML?  
  
Gruß,  
Take