Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q758 How can I dynamically change scrollbars visible property within defined frames in Netscape Navigator 4 and Internet Explorer 4?

irt.org | Knowledge Base | JavaScript | scroll | Q758 [ previous next ]

Q758 How can I dynamically change scrollbars visible property within defined frames in Netscape Navigator 4 and Internet Explorer 4?

In Internet Explorer 4+:

<body onLoad="document.body.style.overflow='hidden'">

In Netscape Navigator 4 use:

<script language="JavaScript"><!--
window.scrollbars.visibility = false;
//--></script>

Although to do this you'll need to sign your JavaScript code.

Feedback on 'Q758 How can I dynamically change scrollbars visible property within defined frames in Netscape Navigator 4 and Internet Explorer 4?'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.