Wenn du es mit position: absolute; positionierst, wird es richtig angezeigt, wenn du das noch hinzufügst:
HTML-Code:
<body>
<div style="position: absolute">
<div style="position: relative">
...
...
...
</div>
</div>
</body>
Ist aber nicht schön, und ich weiss nicht ob es in allen Browsern richtig angezeigt wird.