misterunknown: versachtelte Divs ausrichten

Beitrag lesen

Moin,

Ich bin jetzt bei folgender Lösung:

<div style="background-color:#FF0000;">
<div style="float:left;width:100px;height:100px;background-color:#00ff00;" id="left_col">
.asdasdasdasd
</div>
<div style="position:relative;left:200px;width:100px;height:200px;background-color:#0000ff;" id="main_col">
<div id="breadcrumb">
                <div id="content">
</div>
.
</div>

  
Ich würde bei so einem simplen Layout gar nicht mit Position-Angaben arbeiten. Wenn der Breadcrump-Bereich außerhalb des Content-Divs sein soll, [ändere doch mein Beispiel ab](https://forum.selfhtml.org/?t=208031&m=1414597).  
  
Grüße Marco