Hallo Stefan,
Hast Du ein kleines Code-Beispiel?
Kann sein, dass Du die Angaben relativ machst und da noch ein Abstand dazwischen kommt...
Habe mit relative gearbeitet. Aber ohne relative tritt dieses Problem auch auf, sofern ich mich erinnern kann.
Hier der Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css" media="screen"><!--
body { margin: 0px; padding: 0px; height: 100% }
html { margin: 0px; padding: 0px; height: 100% }
#top { background-color: #000; width: 760px; height: 100px; margin-left: -380px; position: absolute; left: 50%; z-index: 1 }
#content { width: 760px; background-color: white; margin-left: -380px; position: absolute; left: 50%; bottom: 0px; top: 0px; height: 100%; padding-top: 100px }
#navigation { width: 140px; background-color: #d8d8d8; margin-left: 0px; position: relative; left: 0px; bottom: 0px; top: 0px; height: 100%; padding-top: 0px; float: left; border-right: 1px solid #818181 }
#info { width: 140px; background-color: white; margin-left: 0px; position: relative; left: 0px; bottom: 0px; top: 0px; height: 100%; padding-top: 0px; float: left; border-right: 1px solid #818181 }
#content_text { width: 100%; background-color: #818181; margin-left: 0px; position: relative; left: 0px; bottom: 0px; top: 0px; height: 100%; padding-top: 0px }
--></style>
</head>
<body bgcolor="#ffffff">
<div id="top"></div>
<div id="content">
<div id="navigation"></div>
<div id="info"></div>
<div id="content_text"></div>
</div>
</body>
</html>
Gruss
Manta