Forum Moderators: open

Message Too Old, No Replies

Scroll Bar

removing vertical scroll bar

         

fashezee

4:41 pm on Jun 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



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)

WebmasterWorld Administrator 10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



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)

WebmasterWorld Senior Member 10+ Year Member



Interesting concept...is this like hidden text?

fashezee

6:22 pm on Jun 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



"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.

Nick_W

6:31 pm on Jun 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



did you see this post by papabear? [webmasterworld.com ]

Nick

fashezee

6:49 pm on Jun 18, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



yes I have....thats why I mentioned STILL having problems....but thx anyways