Hallo
habe folgendes Problem. Habe mir für die Webseite eine css-Datei erstellt, die für verschiedene Links Klassen hat. Meine Links sollen beim Hover ein underline haben und bei sonst. gar nichts. Aber sobald der Links visited ist, also ich schon mal aufgerufen habe, dann funktioniert das underline beim hover nicht mehr? Hat irgendjemand eine Ahnung was ich falsch gemacht habe?? Anbei der Ausschnitt aus der CSS:
MfG
Holger
A.a-text:link {color: #FFFFFF; text-decoration: none}
A.a-text:visited {color: "#FFFFFF"; text-decoration: none}
A.a-text:active {color: "#FFFFFF"; text-decoration: none}
A.a-text:hover {text-decoration: underline; color: 3e3e3e; background-color: bfbfbf}
a.a-index:hover { text-decoration: underline; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: 4px; color: #bfbfbf}
a.a-index:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: 4px ; color: #bfbfbf; text-decoration: none; list-style-position: outside; list-style-type: squate}
a.a-index:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none ; letter-spacing: 4px ; color: #bfbfbf }
a.a-index:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-decoration: none; letter-spacing: 4px ; color: #bfbfbf }
a.a-index2:hover { text-decoration: underline ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; ; background-color: bfbfbf}
a.a-index2:link { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none ; font-size: 10px; color: #000000;}
a.a-index2:active { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none ; font-size: 10px; color: #000000 }
a.a-index2:visited { font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none ; font-size: 10px; color: #000000 }