Uwe Nohl: Stylesheets mit NS ist scheisse

Beitrag lesen

Schrift sieht immer Standard aus bei der Darstellung unter Netscape

Hier meine format.css:

span.headline  {font-family:Arial;color:#5a8ac6; text-align:left;font-size:14;font-weight:bold;}  
span.pink   {font-family:Arial;color:#ff3399; text-align:left;font-size:12;font-weight:bold;}
span.white   {font-family:Arial;color:#ffffff; text-align:left;font-size:12;font-weight:bold;}
span.centered  {font-family:Arial;color:#5a8ac6; text-align:center;font-size:14;font-weight:bold;}  
span.bg    {font-family:Arial;color:#FFFFFF;text-align:center;font-size:14;font-weight:bold;background:Blue;}
span.impressum  {font-family:Arial;color:#5a8ac6; text-align:left;font-size:12;font-weight:bold;}  
span.sendmail  {font-family:Arial;color:#000000; text-align:left;font-size:10;font-weight:bold;}
Kemand ne Idee, wie es unter Netscape auch gut aussieht?

Danke

Hallo,

ohne Gewähr, da ich das 'Umfeld' nicht kenne:

.headline {...}
.pink {...}

usw.

im Dokument:
<span class="headline">dies</span>
<span class="pink">das</span>

ich weiss nicht, ob es bei span klappt, aber bei mir geht das immer (NS4.6 und NS4.73) für p, td, h1-hende. Sollte es speziell für span nicht klappen (kann ich jetzt grade nicht testen), kannst Du doch auf andere Tags ausweichen und bist damit vielleicht flexibler.

Gruss
Uwe Nohl