|
CSS und NS 4.x
Hi Leute,
wahrscheinlich bin ich einfach blöd:
möchte per CSS meine Links definieren (hover, visited...)
hab' dafür folgendes in meine *.css geschrieben:
a:link { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:
#FF9900; }
a:visited { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:
#FF0033; }
a:active { font-family: Arial, Helvetica, sans-serif; text-decoration: none; color:
#3333CC; }
a:hover { font-family: Arial, Helvetica, sans-serif; text-decoration: none; cursor:
hand; color: #66FF00; }
das ganze klappt in IE und NS 6 auch prima, in NS 4.75 aber null Effekt.
weiss jemand was dazu ??? selbst Google sagt mir nix :-(
schon mal danke
Rattenkönig
|