pad8626: 2 div nebeneinander; Problem mit Textfluss und

Beitrag lesen

<div id="box" style="width:100px; height:100px; border:1px solid #FFFF33; position:absolute;">
   <div id="oben" style="height:20px;">
    <div id="obenlinks" style=" width:50%; position:absolute; left:0%;">
    </div>
    <div id="oben_rechts" style=" width:50%; position:absolute; right:0%;">
    </div>
   </div>

<div id="unten" style="width:100%;"></div>
  </div>

Probiers mal damit ich denk mal das kommt ungefähr so hin wie du es möchtest.