Manolo: Breitenproblem IE vs. FF

Beitrag lesen

Hallo,

möchte zwei gefloatete DIVs mittig haben,
bekomme das aber scheinbar wegens des Boxproblems nicht hin.
Gibt es dafür einen Turnaround?

<html>
<head>
</head>
<body style='margin:0; text-align:center;'>
<div style='border:9px solid #000;'>
  <div style='border:6px solid #f00;'>
    <div style='margin:0 auto; border:3px solid #0ff; width:312px;'>
      <div style='float:left; display:inline; margin:0; border:3px solid #0f0; width:150px;'>
         container 1
      </div>
      <div style='float:left; margin:0; border:3px solid #0f0; width:150px;'>
         container 2
      </div>
      <span style='clear:both;'>&nbsp;</span>
    </div>
  </div>
</div>
</body>
</html>

Danke Euch für evtl. Tips

Mano