Thread: No Scrollbars
View Single Post
Old 07-15-2002, 06:12 PM   PM User | #2
boxer_1
Regular Coder

 
Join Date: May 2002
Location: Maine, USA
Posts: 574
Thanks: 0
Thanked 0 Times in 0 Posts
boxer_1 is an unknown quantity at this point
Try adding the following to the <head> section of your page:

<style type="text/css">
body {
overflow: hidden;
}
</style>

However, be advised that visitors will not have access to content outside of the viewable area .
__________________
boxer_1
CodingForums Moderator
"How did a fool and his money get together in the first place?"
boxer_1 is offline   Reply With Quote