molily: Verweis: nach :visited funktioniert :hover nicht

Beitrag lesen

a:link { text-decoration:none; color:red; text-shadow:#62e500 3px 2px 4px; }

a:hover { text-decoration:underline; color:#62e500; text-shadow:green 3px 2px 4px; }
a:visited { text-decoration:line-through; color:#ffa500; text-shadow:green 3px 2px 4px; }

  
Ändere die Reihenfolge auf :link, :visited, :hover.  
Diese Reihenfolge der Pseudoklassen ist sinnvoll:  
<http://de.selfhtml.org/css/eigenschaften/pseudoformate.htm#link_visited_focus_hover_active>  
  
Mathias

-- 
[JavaScript-Erweiterung für das SELFHTML-Forum](http://forum.de.selfhtml.org/js/doku/)