Click to See Complete Forum and Search --> : Offscreen without moving scrollbars


dirtygerman55
03-12-2006, 12:53 AM
How do you make your page to where if an item goes off the confines of the page, the scrollbars don't change (or even appear in my case)? I've seen it done with some statement that I can't remember.

pcthug
03-12-2006, 01:43 AM
<style type="text/css">
html, body {margin: 0; padding: 0; overflow: hidden}
</style>

dirtygerman55
03-12-2006, 01:43 AM
thanks