Click to See Complete Forum and Search --> : Netscape and No Scroll


dcjones
01-06-2005, 09:48 AM
Hi All

can anyone help.

I need to know the netscape command for a page to have a "no scroll2 setting.

IE is simple but what about Netscape.

Please can anyone advise.

Keep safe and well

Dereck

heavenly_blue
01-06-2005, 01:49 PM
What exactly do you not want to scroll? What is the purpose of doing that?

Does this do what you need (put in between your <head> tags)?


<style type="text/css">
html{overflow:hidden;}
</style>