Forum Moderators: open

Message Too Old, No Replies

Removing vertical scrollbar

         

webgeneral

11:35 am on Nov 22, 2001 (gmt 0)

10+ Year Member



I would like to remove the vertical scroll function so that users will not be able to scroll down the page, does anyone know how to do it or can point me to somewhere that does?

joshie76

1:11 pm on Nov 22, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The following style applied to your body tag will work in IE... I'm afraid I'm not sure how to do this in Netscape (4 or 6).

<body style="overflow-y:hidden">

I'll have a look around and if I come up with anything I'll let you know.

Josh

Beagle

5:17 pm on Nov 22, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



also for IE

<body scroll="no">

joshie76

5:19 pm on Nov 22, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<note>That would also stop any horizontal scrolling too though</note>

webgeneral

11:42 am on Nov 23, 2001 (gmt 0)

10+ Year Member



Cheers for those tips, they work a treat.