[thelist] URGENT css question

Alex Bejoy Bejoy.Alex at blr.spcnl.co.in
Thu Jun 20 08:08:01 CDT 2002


> is there a way to remove the scrollbar in IE entirely?
> if i pop up the window, and put SCROLL=AUTO, and the
> page is too small for the window to need a scrollbar,
> IE still shows a disabled light-gray bar. in netscape
> it works fine because a scrollbar either appears if it
> is needed, or does not appear at all.

Hello Erick,

I know of a Javascript solution. Works definitely in IE
while opening new windows with Javascript.

The third parameter of the window.open statement is the
WindowFeatures. It can have the statement scrollbars=no
as part of the features to disable scrollbars in the
pop-up window:

Example:
javascript:window.open('popup.html', 'popup', 'status=no,scrollbars=no');
/* The default seems to be scrollbars=yes */

Hope this helps.

Bejoy Alex Jaison
http://www22.brinkster.com/beeandnee/



More information about the thelist mailing list