hallo leute!
ich designe gerade ein homepage mit html und die formatierung mit css.
im internet explorer alles kein problem, nur im netscape (7.1) wird die gesamte formatierung (css) nicht angezeigt und ich habe keine idee, warum nicht.
url:
www.8ung.at/hollweger_florian
meine css-datei:
table { background-image:url(../medien/bilder/bg.jpg); background-repeat:repeat; }
table.land { background-image:url(../medien/bilder/Landkarte_Santorin1.jpg); background-repeat:no-repeat; }
td { font-family: Verdana,sans-serif; font-size: 13px; font-weight:bold; color: #A5BFC8; }
td.foot { font-family: Verdana,sans-serif; font-size: 10px; font-weight: normal; color: #2D444C; text-align:center; }
p { font-family: Verdana,sans-serif; font-size: 12px; line-height: 20px; color: #A5BFC8; }
p.info { font-family: Verdana,sans-serif; text-align: right; font-size: 10px; line-height: 20px; color: #CC9900; }
a.mail:link { text-decoration: none; color: #CC9900; }
a.mail:visited { text-decoration: none; color: #CC9900; }
a.mail:hover { text-decoration: none; color: #FFCC00; }
a.menu:link { text-decoration: none; color: #A5BFC8; }
a.menu:visited { text-decoration: none; color: #A5BFC8; }
a.menu:hover { text-decoration: none; color: #A5BFC8; }
a.drop:link { text-decoration: none; color: #2D444C; }
a.drop:visited { text-decoration: none; color: #2D444C; }
a.drop:hover { text-decoration: none; color: #A5BFC8; }
ich hoffe, es kann mir jemand helfen.
vielen dank,
cha.