Hallo
Vielen Dank! Kann das aber erst am Montag versuchen.. Werde dann berichten. Im site.css zu Hause wo es ja funktioniert steht tatsächlich der :visited vor dem :hover
/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */
A:active {
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10pt;
color: rgb(102,153,51);
font-weight: bold;
text-decoration: none
}
A:visited {
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10pt;
color: rgb(0,0,255);
font-weight: bold;
text-decoration: none
}
A {
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10pt;
color: rgb(255,0,255);
font-weight: bold;
text-decoration: none ;
font-variant: normal
}
.TextNavBar {
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10pt;
color: rgb(255,0,0);
font-weight: bold;
text-decoration: none
}
A:hover {
font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
font-size: 10pt;
color: rgb(153,153,153);
font-weight: bold;
text-decoration: none ;
font-variant: normal
}
Eventuell hat das was mit der Reihenfolge der Erstellung dieser Klassen zu tun?