OK, das hatte ich eigentlich auch schon mal ausprobiert, hatte aber auch nicht geholfen, genau wie jetzt:
<body style="width: 100%; height:100%;">
<form name="formhead">
<div id="head" style="float: top; width: 95%; height: 23.5%; border: 1px solid silver;">
</div>
</form>
<form name="formEins">
<div id="tabBar" style="width: 37.5%; height: 73.5%; float: left; border: 1px solid silver; display: block;">
</div>
</form>
<div id="imgDiv" style="float: right; border: 1px solid silver; width: 57.5%; height: 73.5%">
</div>
</body>
</html>
Das kann doch nicht so schwer sein oder bin ich einfach nur zu dämlich?