10:39:27 er nok den bedste i det tilfælde ... det kan selvfølgelig også "fuskes afhængig af designet ... men det afhænger selvfølgelig af kontruktionen ... css - hacket er dog det hurtigste og letteste ... her er et par eksempler på fusk:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%; margin:0px;padding:0px;overflow:hidden;}
body{position:relative;top:0px;left:0px;background:#aaa;height:100%;width:100%;background:#fff;overflow-y:scroll;overflow-x:hidden;}
#diveno{position:absolute;top:0px;left:50%;margin-left:-385px;width:770px;height:100%;background:#aaa;}
#diveni{position:relative;background:#aaa;}
</style>
</head>
<body>
<div id="diveno">
<div id="diveni">Start<br>Test<br><br>Test<br>Test<br><br>Test<br><br>Test<br>Test<br><br>Test<br><br>Test<br>Test<br><br>Test<br><br>Test<br>Test<br><br>Test<br>Test<br>Test<br><br>Slut</div>
</div>
</body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;
margin:0px;padding:0px;overflow:hidden;}
</style>
</head>
<body><div style="position:relative;top:0px;left:0px;background:#aaa;height:100%;width:100%;background:#fff;overflow-y:auto;overflow-x:hidden;">
<div style="position:absolute;top:0px;left:0px;background:#aaa;height:50px;width:100%;">Test</div>
<div style="position:absolute;top:0px;height:100%;"><div style="position:relative;margin-top:50px;">Start<br>Test<br><br>Test<br>Test<br><br>Test<br>Test<br>Test<br><br>Slut<div style="height:50px;"> </div>
<div style="position:absolute;bottom:50px;left:0px;background:#aaa;height:50px;width:100%;">Test</div>
</div></div>
</div></body></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
html,body{height:100%;
margin:0px;padding:0px;overflow:hidden;}
</style>
</head>
<body><div style="position:relative;background:#aaa;height:100%;width:770px;margin:0px auto;background:#fff;overflow-y:auto;overflow-x:hidden;">
<div style="position:absolute;top:0px;left:0px;background:#aaa;height:50px;width:100%;">Test</div>
<div style="position:absolute;top:0px;height:100%;"><div style="position:relative;margin-top:50px;">Start<br>Test<br><br>Test<br>Test<br><br>Test<br>Test<br>Test<br><br>Slut<div style="height:50px;"> </div>
<div style="position:absolute;bottom:50px;left:0px;background:#aaa;height:50px;width:100%;">Test</div>
</div></div>
</div></body></html>