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)
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)
also for IE
<body scroll="no">
joshie76
5:19 pm on Nov 22, 2001 (gmt 0)
<note>That would also stop any horizontal scrolling too though</note>