Hi Chris,
vielleicht hilft dir das ja auch weiter, ist eine andere Möglichkeit, könte man ausbauen.
<html>
<head>
<style type="text/css">
<!--
body { margin:0; padding:0; background-color:silver; }
table { width:100%; height:100%; border-collapse:collapse; }
td { border:solid 0; padding:0; }
div { height:400px; background-color:gray; }
-->
</style>
</head>
<body>
<table>
<tr>
<td>
Über dem div-Element
<div>
In dem div-Element
</div>
Unter dem div-Element
</td>
</tr>
</table>
</body>
</html>
Gruß von Aybee