moveTo and screen.height limitation on Netscape?

admin

Administrator
Staff member
Hi,
Need some help moving windows in Netscape.

I tried to use the winname.window.moveTo(x,y) to move a pop up window to the bottom of the screen. In IE it works fine, but under Netscape 4.x and above I can't move the pop up past the monitor's display area.

I want it to look like the window is minimized by just showing the pop up window's title bar.

I also had a problem using winname.window.resizeBy(x,y). It seems that Netscape can only resize a window to nothing smaller than a certain size.

Thanks for any help.
 
Back
Top