Joachim Dippold: netscape und css geht trotz validierung nicht

Beitrag lesen

hallo Gemeinde,

ich habe mir wirklich mühe gegeben und sowohl die shtml-datei und auch das dazugehörige css-datei langwierig gesäubert und von meinen jugendsünden befreit..*grin*...trotzdem wird seit der validierung die HP in netscape komplett entstellt dargestellt....nun bin ich echt verwirrt:

VOR der validierung mit unsauberem shtml und teilweise sogar nicht standardisierter syntax ging die seite auch auf netscape...zwar mit total falschen farben aber zumindest mit richtigem layout...jetzt passt zwar der code aber das layout nicht...

kann mir vielleicht bitte jemand mal erklären WAS ich ändern muss, damit in NN die seite zumindest ähnlich wie in IE aussieht.....bin für wirkungsvolle hinweise dankbar

hier der inhalt der CSS:

@charset "iso-8859-1";
.taste {letter-spacing:3pt;
font-family:courier;
}
#menu {
position:absolute;
top: 10px;
left:10px;
color:#D0CFC0;
width:150px;
background:#5F78BF;
padding:5px;
border:medium outset #6078BF;
}
#menu a{
color:#FFFFFF;
font-family:sans-serif;
margin:5px 0 5px 0;
padding:1px 3px 1px 4px;
text-decoration:none;
cursor:pointer;
background:#304F80;
display:block;
border:medium outset #6078BF;
width:140px;
}
#menu a:hover{
font-family:sans-serif;
color:#D0CFC0;
cursor:pointer;
background:#2F375F;
border:medium inset #6E89DB;
}
.liste{
list-style-type:none;
margin:0px;
padding:0px;
}
#topbar {
position:absolute;
top: 10px;
left:190px;
margin:0px;
padding:0px;
color:#D0CFC0;
background:#5F78BF;
padding:7px;
border:medium outset #6078BF;
}
#topbar a{
color:#FFFFFF;
font-family:sans-serif;
margin:5px 0px 5px 5px;
padding:1px 3px 1px 4px;
text-decoration:none;
cursor:pointer;
background:#304F80;
border:medium outset #6078BF;
width:140px;
}
#topbar a:hover{
font-family:sans-serif;
color:#D0CFC0;
cursor:pointer;
background:#2F375F;
border:medium inset #6E89DB;
}
#start {
margin: 50px 2% 0px 180px;
background:#5F78BF;
padding:0em 1em 1em 1em;
border-style:outset;
border-color:#5F78BF;
border-width:4px;
color:#000000;
width:450px;
}
#inhalt {
margin: 50px 2% 0px 180px;
background:#5F78BF;
padding:1em 2em;
border-style:outset;
border-color:#5F78BF;
border-width:4px;
color:#000000;
}
body {
background-image:url(-);
font-family:sans-serif;
background-color:#000033;
font-weight:normal;
color:#ffffff;
text-decoration:none;
}
img {
border-style:outset;
border-color:#FFFFFF;
}
.no {
border-width:0px;
}
table {
background-color:#5F78BF;
border-style:outset;
border-color:#5F78BF;
border-width:4px;
color:#000000;
}
p {
font-family:sans-serif;
background-color:#5F78BF;
color:#000000;
text-decoration:none;
}
a {
font-family:sans-serif;
color:#FFFFFF;
text-decoration:none;
background:#304F80;
}
a:hover {
font-family:sans-serif;
color:#D0CFC0;
text-decoration:none;
cursor:pointer;
background:#2F375F;
}

gruss,

joe

PS: in opera wird die HP auch korrekt dargestellt, IE funkt sowieso, nur netscape sieht echt grausam aus....in den FAQs und im archiv habe ich nix gefunden