Patrick: Abstürze mit Netscape...

Beitrag lesen

Hallo Du treulose Tomate!

Vermutlich liegt es an meinem Stylesheet
a:link       { color: #00A0FF; text-decoration: none }
a:visited    { color: #CAB06F; text-decoration: none }
a:hover {color: #FFBF00;text-decoration: underline;}

so, wie Du es ins Forum geschrieben hast, fehlen
zumindest die Semikolons hinter 'text-decoration: none;'.
Vielleicht ist das ja schon das Problem?

Netscape reagiert manchmal komisch, aber eher wenn Leerzeichen hinter den ":" sind. Ich würde es erstmal so probieren:

a:link       { color:#00A0FF; text-decoration:none; }
a:visited    { color:#CAB06F; text-decoration:none; }
a:hover      { color:#FFBF00; text-decoration:underline; }

Bis danndann
PAF (patrickausfrankfurt), SELFSPEZIAL

<privat>Ruf mal an</privat>

Andraes