vote up 0 vote down star

JQUERY 1.3.2
CYCLE PLUGIN (http://malsup.com/jquery/cycle/)
IE8
IE7 (aka compatible view in IE8)


I have a website with 2 tabs. The first tab contains a slideshow that uses cycle, the second tab contains text.

When you click a tab, the current content div fades out and the correct content div fades in. This is the expected behavior and it works in Chrome and FF.

As for IE, the photos from the slideshow fade into one another correctly but the fadeOut and fadeIn functions don't work for the content divs. When you click a tab, the content just disappears, and the new content appears right away without any fading effect.

Changing the fade effect to slide for the content divs works. On the other hand, changing the cycle transition to something other than fade doesn't fix the problem. It seems like no matter what, the cycle plugin breaks the fade function in IE8 and IE7.

Any help? Thanks.

flag

67% accept rate
1  
Complex plugin interaction/browser-specific questions like this usually require a demo somewhere public for all to try and see what is actually taking place. jsbin.com as a platform could be nice if you don't have a place to put it up. – dalbaeb Aug 4 at 19:38

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.