Moin,
ich habe mir ein CSS-Skriot kopiert, welches unter IE und Netscape funktioniert.
Dieses habe ich dann nach meinen Farbvorstellungen verändert,
doch nun stellt nurnoch der IE die Linkfarbe (Hover) richtig dar und Netscape nicht mehr.
Woran liegt das ??? Wäre sehr dankbar für einen Lösungsvorschlag,...denn ich weiß nicht mehr weiter.
Würde mich über eine Mail freuen.
Danke schonmal im Voraus
A:link {
font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color : rgb(0,0,0);
color : #000000;
text-decoration : none;
font-size : 12pt;
font-weight: bold;
}
A:visited {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color : rgb(0,0,0);
color : #000000;
text-decoration : none;
font-size : 12pt;
font-weight : bold;
}
A:active {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
color : rgb(0,0,0);
color : #000000;
text-decoration : none;
font-size : 12pt;
font-weight : bold;
}
A:hover {
font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
text-color : rgb(157,75,253);
color : #9D4BFD;
text-decoration : none;
font-size : 12pt;
font-weight : bold;
}