Thomas J.: *grr* netscape

Beitrag lesen

Tach

body {font-family: arial, helvetica, sans-serif; color:#0C58AC;}

Das kann auch in anderen Browsern Probleme geben. Besser ist z.B.
body, p, h1, a etc. {
font-family: arial, helvetica, sans-serif; color:#0C58AC;
}
Der body ist für Schriftdefinitionen nicht sonderlich gut geeignet.

a {font-size:20px; text-decoration:none; font-weight:bold; color:#0C58AC;}

Das sollte auch Netscape 4.x kennen

a:link {font-size:20px; text-decoration:none; font-weight:bold; color:#0C58AC;}
a:visited {font-size:20px; text-decoration:none; font-weight:bold; color:#0C58AC;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none; color:#69A436;}

Das dagegen nicht.

was kann ich jetzt noch machen, dass es funktioniert???

Finde Dich damit ab, daß Netscape 4.x a:hover nicht beherrscht. Es gibt diverse Workarounds (z.B. im Archiv), die aber m.E. den Aufwand nicht wert sind.
Die einfachste Ersatzlösung ist wohl immer noch eine Rollover-Grafik.

Thomas J.

PS: Ein Fragezeichen hätte auch gereicht.