Forum Moderators: not2easy
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr">
<head>
<title>Title</title>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
<style type="text/css">
html,body{margin:0;padding:0;overflow:hidden;width:100%;height:100%}
div{margin:0;padding:0;width:100%;background:#abcdef}
#top{height:100%;margin-bottom:-70px;background:#fedcba}
#bottom{height:70px}
</style>
<script type="text/javascript">
<!--
window.scrollTo(0, 1);
// -->
</script>
</head>
<body>
<div id="top">Fills up the screen</div>
<div id="bottom">Always 70px high</div>
</body>
</html>
<script type="text/javascript">
//<![CDATA[
window.onload = function()
{
window.scrollTo(0,1);
}
//]]>
</script>