Hallo,
ich habe mit css Klassen definiert:
.other:link{
color: blue;
text-decoration: none;
font-family:Monotype Corsiva;
font-size:20px;
}
.other:hover{
color: black;
text-decoration: none;
font-family:Monotype Corsiva;
font-size:20px;
}
Im html Dokument siehts so aus:
Bei dem Browser IE funktioniert das Ganze. Aber bei Safari reagieren die Links so wie alle anderen(font-size:30px). Aber beim hovern funktionierts. Wie muss man das ändern dass es auch bei Safari funzt?
Gruß mnapster