Post by fingitorel'id del div fisso è "menu"
dal browser visualizza il codice html della pagina
nel css incorporato trovi questo
#menu {display:block; top:10px; left:150px; width:130px; position:fixed;
border:1px solid #888; padding:10px; text-align:center; font-weight:bold;
color:#fff; background:url(grid2.gif);}
non è tutto! (e qui mi rispondo da solo)
Prova a togliere...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
...o...
<!--[if IE 6]>
<style type="text/css">
/*<![CDATA[*/
html {overflow-x:auto; overflow-y:hidden;}
/*]]>*/
</style>
<![endif]-->
...oppure...
body {margin:0; padding:0px; border:0 none; height:100%; overflow-y:auto;
background:#66CCCC;}
...o anche...
* html #menu {position:absolute;}