Marc Thiele: Netscape Probleme mit CSS

Beitrag lesen

Hallo
ich baue gerade eine neue site und bin da auf das netscape css problem gestoßen.

ich hab nur (gottseidank) netscape 4.7 auf dem rechner zum testen und natürlich den ie 5.5 (in dem alles funktioniert wie es soll)

Wie gesagt, es funktioniert im MSIE wird aber in Netscape so überhaupt nicht übernommen - statt Verdana hab ich da sogar eine Serifenschrift (ich schätz mal Tinmes New Roman)

Ich weiß daß ich JS aktiviert habenm uß, damit NS die CSS überhaupt aktiviert - ich hab JS aktiviert , ich hab auch ausdrücklich bei NSgesagt, daß er CSS nutzen soll aber er macht es trotzdem nicht.

Der Stylesheet wird importiert....

Kann mir einer sagen was ich da falsch gemacht hab?

hier erst mal das bisherige css:

P  {
 font-size : 12px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 line-height : 16px;
}

H1  {
 font-size : 16px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : bold;
 font-style : normal;
}

H2  {
 font-size : 14px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : bold;
 font-style : normal;
}

H3  {
 font-size : 13px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
}

A  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : White;
 text-decoration : underline;
}

A:Visited  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : White;
 text-decoration : none;
}

A:Active  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : #FF9900;
 text-decoration : underline;
}

A:Hover  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : #FF9900;
 text-decoration : none;
}

BODY  {
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 font-size : 12px;
 line-height : 16px;
 margin-left : 0px;
 margin-right : 0px;
 margin-top : 0px;
 margin-bottom : 0px;
 background-color : Black;
}

.mainnav  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : White;
 text-decoration : none;
}

.news  {
 font-size : 11px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : White;
 line-height : 14px;
 text-align : left;
}

.wichtig  {
 font-size : 12px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : bold;
 color : #FF9900;
}

.adresse  {
 font-size : 12px;
 font-family : Verdana, Helvetica, sans-serif;
 font-weight : normal;
 color : Black;
 line-height : 15px;
 text-align : left;
}

jede info und jeder tip wird dankbar aufgenommen.

gruß
marc thiele