Although the page may extend further then the viewable area (vertically), I would like to disable the vertical scroll bar.
Any suggestions?
jatar_k
4:55 pm on Jun 18, 2002 (gmt 0)
the only way I know of is if you open a new window you can set scrollbars=no in the features portion of the open method.
I don't know how to disable them on the active window. This might also be a pain for users if they stay disabled.
Nick_W
5:58 pm on Jun 18, 2002 (gmt 0)
Have you tried:
body { overflow: none; }
I've no idea if this will work but you might want to experiment with it...
Nick
JamesR
6:01 pm on Jun 18, 2002 (gmt 0)
Interesting concept...is this like hidden text?
fashezee
6:22 pm on Jun 18, 2002 (gmt 0)
"Interesting concept...is this like hidden text? "
no not really, I'm still having problems assigning DIVs 100% height. When I define the DIVs to span vertically at 100%, it adds soo much empty space making the page scroll down for nothing.