Click to See Complete Forum and Search --> : Scroll code


dcjones
10-12-2003, 05:41 PM
Hi all,

Is there any Netscape code for preventing a web page from scrolling.

In IE I know it's <body scroll=no> but that does not work in Netscape.

Regards


Dereck

gil davis
10-12-2003, 06:49 PM
Use the CSS attribute for OVERFLOW and it should work in both browsers.
<body style="overflow: hidden">
I believe there are bugs in some browser versions.