@Thorben: noch besser. Lass #sidebar floaten und gut is:
Code:
<div id="sidebar">...</div>
<div id="content">...</div>
<div style="clear:both;"></div>
Code:
#sidebar {
width:150px;
float:left;
padding:5px;
}
#content {
margin-left:175px;
}
#sidebar ist 150px breit, mit padding allerdings 160px. Ich fuege beim Margin nochmal 15px dazu, damit die beiden Boxen auch huebsch getrennt sind.
Greetz
alcaeus