[jQuery] Re: jCarousel Lite and IE6/7

2008-07-01 Thread SeanR
Any one able to help with this request? Thanks SeanR On Jun 24, 7:34�pm, SeanR [EMAIL PROTECTED] wrote: Hi all, I'm having problems getting jCarousel Lite working in IE6 7 http://www.gmarwaha.com/jquery/jcarousellite/ Firefox works fine, but the unordered list does not get any styling

[jQuery] jCarousel Lite and IE6/7

2008-06-24 Thread SeanR
Hi all, I'm having problems getting jCarousel Lite working in IE6 7 http://www.gmarwaha.com/jquery/jcarousellite/ Firefox works fine, but the unordered list does not get any styling applied in IE There are several recent posts to the issues blog for the author that mention similar IE issues,

[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] window resize event causes IE6 IE7 to hang

2008-02-21 Thread SeanR
Hi all, I'm using $(window).resize() to adjust a div height on the fly. 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? Here's my code : function content_resize() { var w = $( window );

[jQuery] show/hide flyout menu panel

2008-02-12 Thread SeanR
for the associated flyout div id which first hides any shown flyouts, then shows or fadeIns the correct div allows a small delay after leaving the hover area to get to the flyout, hide the flyout when leaving the flyout Am I on the right track? Any pointers gratefully recieved. SeanR