Hallo,
ich habe ein mir unverständliches Problem.
Meine Hyperlinks formatiere ich hiermit:
a:link {
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:10pt;
color:#000000;
text-decoration:none;
}
a:active {
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:10pt;
color:#000000;
text-decoration:none;
}
a:hover {
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:10pt;
color:#ffffff;
text-decoration:underline;
}
a:visited {
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:10pt;
color:#000000;
text-decoration:none;
}
a:focus {
font-family:Verdana,Arial,Helvetica;
font-weight:normal;
font-size:10pt;
color:#000000;
text-decoration:none;
}
Also sollte der Link anfangs schwarz erscheinen, und beim Drüberfahren mit der Maus dann weiss. Dass macht er auch, solange eine Seite nicht als "visited" eingestuft wird, ab dann wird der hover-Effekt nicht mehr ausgeführt.
Wo liegt der Fehler bzw. wie kann ich das ändern?
Danke im Voraus
lg Gerhard