[jQuery] Re: window resize event causes IE6 & IE7 to hang

2008-04-04 Thread SeanR
Thanks Charles & Jonathan, I can't show the page yet as it is still under wraps but I'll try out your suggestions and report back. Kind regards Sean

[jQuery] Re: window resize event causes IE6 & IE7 to hang

2008-02-21 Thread polyrhythmic
> > I've found that rapidly changing the window size causes IE6 & IE7 to > > hang > > - I guess because too many events are being fired for IE to cope? > Exactly. Try using a setTimeout so that the resize only fires every 100ms or so, you can vary it depending on how fluid you want the animation

[jQuery] Re: window resize event causes IE6 & IE7 to hang

2008-02-21 Thread Jonathan Sharp
Hi Sean, I'm guessing what's happening is as you resize the div to the height of the window - 270 it expands the document height which triggers another resize. Do you have a URL to this page? Cheers, -Jonathan On 2/21/08, SeanR <[EMAIL PROTECTED]> wrote: > > > Hi all, > > I'm using $(window).re