Stefan E: IE Problem: margin-left und Zeilenumbruch

Beitrag lesen

Hey

Wieso eigentlich der rechte? Der ist doch links ...

OK er ist links :-) wird wohl zeit für eine Pause

Vermutung: Doubled float margin bug

Ist das ein IE bug oder meinst du in meinem Code??

  
body {  
 color: #222222;  
 background-color: #F2F2EE;  
 text-align:center;  
 margin-top:0px;  
 font-family: Verdana, Lucida, sans-serif;  
 font-size: 11px;  
}  
#main {  
 width: 708px;  
 display: block;  
 text-align:left;  
 margin-top:20px;  
  
 background-image:url(../images/design/bg-general.gif);  
 background-repeat:repeat-y;  
 border: 1px dotted gray;  
}  
  
#main #right {  
 width: 205px;  
 border: 1px dotted gray;  
 margin-left:27px;  
 float: left;  
 display: block;  
}  
  
#main #content {  
 width:422px;  
 margin-left:259px;  
 border: 1px dotted gray;  
 display: block;  
 position:relative;  
}  

Hab ja margin-left nur einmal definiert.