Thread
:
No Scrollbars
View Single Post
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
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
View Public Profile
Find More Posts by boxer_1