Inita: DIV Bereiche automatisch richitge größe

Beitrag lesen

<div id="kopf">
</div>

<div id="rumpf">
 <div id="links">
 </div>

mitte

<div id="rechts">
 </div>
</div>

<div id="links">
</div>

mach einfach so, dann wird immer mitte anpassen:

|---------kopf--------------|
|---------rumpf-------------|
| |------|  mitte |-------| |
| |float:|        |float: | |
| | left |        | right | |
|_|______|________|_______|_|

height:400px !important /* fuer internet explorer */
min-height:400px