Ich habe ein ähnliches wenn nicht fast das selbe Problem mit CSS und Netscape.
Es wird ja überall gesagt, das Netscape und CSS nicht so recht wollen, aber ich habe grad nachgeschaut, zumindes da Hintergrundbild müßte funzen, aber es tut auch nicht.
Sollte ich CSS komplett weglassen, wenn ich eine Seite für IE und NS erstellen will?
Mein aktuelles Bsp.
CSS-Code:
body { font-family: Arial; color: #FFFFCC; background-color: #000000;
background-image: url('http://www.ascota.de/cl/images/rechts1a.jpg');
background-attachment: fixed; font-weight: bold;
background-position: 0px 0px }
a:link { color: #FFFF00; font-family: Arial; font-style: italic; font-weight: bold }
a:visited { color: #FF9900; font-family: Arial; font-weight: bold }
a:active { color: #0000FF; font-family: Arial; font-style: italic }
zugehörige, in Bearbeitung seiende Seite: http://www.ascota.de/cl/
MFG ein sich einbuddelnder Praktikant