scribble: hover bei netscape 6

Beitrag lesen

ja hallo,

ich habe unter http://www.bluepixel.de/lachmesse/haupt/main.html im unteren Bereich zwei Links, der eine heißt "Informationen zu den

mhhh, dein css:

a:hover   { color: #fe0000; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a   { color: #000; font-weight: bold; font-size: 9pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:active    { color: #000; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:vlink   { color: #000; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }
a:link   { color: #000; font-weight: bold; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: none }

ist schlichtweg falsch.
http://selfhtml.teamone.de/css/eigenschaften/pseudoformate.htm#link_visited_hover_active_focus
beachte auch die richtige Reihenfolge der Pseudoformate

gruss
scribble