Hallo,
ich habe folgndes CSS
BODY {
color: #000000;
margin: 0 auto;
margin-top:80px;
width: 990px;
border:#b5bec6 solid 1px;
padding:20px;
background:#ffffff;
}
HTML{
background:url(images/bg.png);
}
Im FF sieht alles super aus, nämlich genau so wie auf dem Bild ganz oben
Der IE ignoriert sowohl die Breite von 990px als auch das Hintergrundbild. Warum?