Jeg havde fat i nogle smårettelser også, så du får den udgave, som jeg sidst har brugt -- alt inklusive '-)
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Tomt dokument</title>
<meta name="Generator" content="Stone's WebWriter 4">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{
height:100%;
margin:0px;
padding:0px;
text-align:center;
}
#main{
width:720px;
height:100%;
}
#rightbar{
position:relative;
top:0px;
float:right;
width:50px;
height:100%;
background-color:#aaf;
}
#leftbar{
position:relative;
top:0px;
float:left;
width:50px;
height:100%;
background-color:#aaf;
}
#title{
position:absolute;
top:0px;
left:50px;
height:100px;
width:620px;
background-color:#afa;
z-index:1
}
#menu{
position:absolute;
top:100px;
left:50px;
height:20px;
width:620px;
background-color:#faa;
z-index:1
}
#box{
position:relative;
top:120px;
float:left;
width:200px;
height:400px;
background-color:#fff;
}
#content{
position:absolute;
top:0px;
left:50px;
height:100%;
border-top:120px;
width:620px;
background-color:#ffa;
color:#000;
}
#txt{
position:relative;
top:120px;
float:left;
background-color:#eee;
}
</style>
<script language="javascript" type="text/javascript">
function posSite(){
place = document.getElementById('leftbar').offsetLeft;
document.getElementById('title').style.left = (place + 50) + "px";
document.getElementById('menu').style.left = (place + 50) + "px";
document.getElementById('content').style.left = (place + 50) + "px";
}
</script>
</head>
<body onload="posSite();" onresize="posSite();">
<div id="main">
<div id="rightbar"></div>
<div id="leftbar"></div>
<div id="title"></div>
<div id="menu"></div>
<div id="content">
<div id="box"></div>
<div id="txt"><h1>Dette er en prøve</h1>
</div>
</div>
</div>
</body>
</html>