hi,
ich frage mich warum folgende Seite (http://www.panzertierzone.de/Homepage/index.php) im Internet Explorer anders aussieht, als in Firefox.
Im Firefox sind die Abstände korrekt, im Internet Explorer sind die Bilder verschoben.
Wie kann ich das beheben?
Thx!
CSS:
#container {
width:100%;
}
#root {
width:964px;
margin:auto auto;
}
img {
border:none;
}
img.hintergrund {
margin-right:-4px;
}
#inhalt {
background-image:url(./images/Fuellslice.jpg);
padding-top:10px;
padding-left:30px;
}
#header {
}
#menu {
margin-top:-5px;
margin-bottom:-20px;
}
#footer {
margin-top:-16px;
text-align:center;
font-size:small;
}