[thelist] missing scrollbar on Netscape 4.x browsers when writing to a div

Richard Bennett richard.bennett at skynet.be
Thu Jan 10 01:31:30 CST 2002


Hi,

<tip type=ns4>

In NS4 you have to set the document's width/height manually, for scrollbars
to appear.
here are is some javascript to do this:

function noScrollNS(){
	    document.width=window.innerWidth
	    document.height=window.innerHeight
}
function scrollNS(w,h){
     document.width=w
     document.height=h
}


scrollNS(1000,1000)

</tip>

Cheers,
Richard.



----- Original Message -----
From: "Emily Liang" <Emily.Liang at morganstanley.com>

Subject: [thelist] missing scrollbar on Netscape 4.x browsers when writing
to a div







More information about the thelist mailing list