Måske denne løsning:
?<div id="page" style="width: 100px; background: #eee; overflow: hidden;">
<div id="wrap" style="background: #eee; overflow: hidden;">
<div id="sidebar" style="background: #eae; float: right; width: 40px; height: 200px;">ab</div>
<div id="body" style="background: #aee;">
<div>ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab</div>
</div>
</div>
<div id="footer" style="clear: both; bottom: 0px; background: #ddd;">ab ab ab ab v ab</div>
</div>???????????????????????????????
eller denne løsning:
?<div id="page" style="width: 100px; background: #eee; overflow: hidden;">
<div id="sidebar" style="float: right; background: #ccc; height: 50px; width: 40px;">ab</div>
<div id="body" style="background: #aaa;">
<div>ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab</div>
</div>
<div id="footer" style="bottom: 0px; background: #ddd;">ab ab ab ab v ab</div>
</div>??????????