Daniel: dreizeiliges Layout, IE problem

Beitrag lesen

Ahoi alle,
Ich bin schwer am verzweifeln. ich habe 3 div wie folgt per CSS zentriert:

  
body #header, body #content, body #footer {  
 margin: 0px auto;  
 padding:0px;  
 position: relative;  
 width: 994px;  
}  

das obere und untere werden aber je nach fensterbreite im IE weiter links positioniert als das mittlere. von 1px bis zu mehreren.

  
<html xmlns="http://www.w3.org/1999/xhtml">  
<head>  
...  
</head>  
<body>  
<div id="header">  
...  
</div>  
<div id="content">  
...  
</div>  
<div id="footer">  
...  
</div>  
</body>  
</html>  

MfG