Click to See Complete Forum and Search --> : Disable Scrolling


andyt1286
02-18-2003, 12:15 PM
I don't want users to be able to scroll on my web site. The height of the site is short enough that on 800x600 the whole site is shown, but it still has the little scroll bar enabled. How do i disable the scroll bar?

Thanks!!!

andy

PeOfEo
02-19-2003, 08:14 AM
if that does not work you can hide your scroll bars. Just change the scroll bar colors to match the background colors of your site. it does not get rid of them but people wont notice them.

Zach Elfers
02-19-2003, 12:56 PM
or do <body scroll="no">

Stefan
02-20-2003, 04:46 AM
Originally posted by andyt1286
I don't want users to be able to scroll on my web site. The height of the site is short enough that on 800x600 the whole site is shown, but it still has the little scroll bar enabled

But what if the user has a 640x480 resolution?

Are you sure you are not jusr looking for a way to hide the scrollbars when they are not needed?
To compleatly block scrolling can make your webpage compleatly unusable for some visitors.

PeOfEo
02-20-2003, 11:29 AM
But if you are using a % system completly for your widths and heights then the only way it is going to need to stretch more is if he uses lots of text and or large images.