Start CSS
 
 
 

Sprache

Lexika
 
CSS - Linkformatierung PDF Drucken E-Mail

Beispiel

a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }

 

Achtung: Die Reihenfolge muss eingehalten werden!

http://de.selfhtml.org/css/eigenschaften/pseudoformate.htm#link_visited_focus_hover_active

 

Das könnte Sie außerdem interessieren