Hallo,
wie meinst du? In dem Beispiel dieses threads ist das ja nicht der Fall - hast du Beispiel-code?
hatte ich vielleicht falsch verstanden.
Erstmal ein ähnliches Beispiel:
<style>
body{ background-color:silver}
#bt{position:absolute;bottom:0px;}
</style>
<body>
<div id=bt>xx</div>
<img src=xxx.gif width=2 height=2000>
</body>
ohne zusätzliches Container Div oder height:auto 100% o.ä. landet
das Div am Window und nicht am body, trotzdem ist alles grau.
Grüsse
Cyx23