Do it yourself: CSS für Profil und Blog
06.08.2012 um 23:22Hi mirror,
mit den links ist das nicht ganz korrekt. Müsste so aussehen:
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }
Angeblich ist die Reihenfolge wichtig.
mit den links ist das nicht ganz korrekt. Müsste so aussehen:
a:link { font-weight:bold; color:blue; text-decoration:none; }
a:visited { font-weight:bold; color:silver; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:green; text-decoration:none; }
a:active { font-weight:bold; color:lime; text-decoration:underline; }
Angeblich ist die Reihenfolge wichtig.