Forum Moderators: open
Would be a neat trick though.
And here is that neat trick... :-)
You need just a little bit of CSS to do this.
"overflow: hidden" applied to the "body" will do the trick (or at least, it works in Firefox)...
<body style="overflow: hidden">
....
</body>
This seems to do what you want and it works in both FF and IE, but the user will then have no way to scroll your page at all.