Cornelius7
04-26-2001, 10:36 AM
Hi,
I have the following problem with the onresize event in Netscape:
I have lot's of absolute positioned divs on my page which are all incorrectly placed after resizing the browser. I have tried the onresize event and when document.layers is true I call document.location.reload
It works to some extend, however, I have an image which is 1024px in width and resizeing the browser to smaller than 1024 will cause the browser to endlessly reload ... In addition, it seems that Netscape calls the onresize event when first loading the page. Why would it do that and is there a workaround?
Thanks.
I have the following problem with the onresize event in Netscape:
I have lot's of absolute positioned divs on my page which are all incorrectly placed after resizing the browser. I have tried the onresize event and when document.layers is true I call document.location.reload
It works to some extend, however, I have an image which is 1024px in width and resizeing the browser to smaller than 1024 will cause the browser to endlessly reload ... In addition, it seems that Netscape calls the onresize event when first loading the page. Why would it do that and is there a workaround?
Thanks.