Das gibt es doch nicht. Also ich habe das Seitenlayout schon öfter mit CSS gemacht - ohne Tabellen.
Habe mir das gleiche gerade mal im IE angeschaut. Der schiebt mir das letzte DIV der 2. Zeile in die nächste Zeile.
<body style="margin: 0px;">
<div style="width: 100%; height: 100px; background-color: #0033FF; color: #FFFFFF; padding:0%; border-style: none;">
100%
</div>
<div style="float: left; width: 25%; background-color: #0099FF; color: #FFFFFF; height: 100px; padding: 0%; border-style: none;">
<div style="margin: 2.5%; width: auto; background-color: #00FF66;">sfsdfsdfsdf</div>
</div>
<div style="float: left; width: 50%; background-color:#00CCFF; color: #FFFFFF; height: 100px; padding: 0%; border-style: none;">
50%
</div>
<div style="float: left; width: 25%; background-color: #0099f1; color: #FFFFFF; height: 100px; padding: 0%; border-style: none;">
25%
</div>
<div style="clear: left; width: 100%; background-color: #0033FF; color: #FFFFFF; height: 100px; padding: 0%; border-style: none;">
100%
</div>
Also wie soll man dann einen Seitenlayout machen ohne Tabellen?
Wenn der mir bei 25+50+25 das Ding in die nächste Zeile schiebt ?
Könnte jemand bei sich den obigen Code mal bitte ausprobieren? Ist da etwas was ich blinderweise übersehe ?
Danke