[jQuery] jQuery Cycle Slideshow makes site crash in IE7

[jQuery] jQuery Cycle Slideshow makes site crash in IE7


Please look at http://www.idea-palette.com http://www.idea-palette.com
I have multiple pages that are being faded in using the top nav. When the
user clicks on any of the above buttons to fade in another page that
contains the Slideshow using the jQuery Cycle Plugin, IE7 crashes.
When I comment out the jQuery that controls the fades of the slideshow, IE7
does not crash anymore.
You can see that here: http://www.idea-palette.com/IEindex.php
http://www.idea-palette.com/IEindex.php
I'm guessing IE7 does not like it when it fades to some content that
contains some other content that is in the process of fading already. I'm
guessing the two together somehow overload IE7 so it crashes.
Before I figured out that the jQuery Cycle Plugin was causing the page to
crash, I asked this question on another forum and someone found out this
info when looking at my site:
'It has something to do with your DirectX filter (probably what's doing the
fades). Here's the stack, and EAX is NULL. Whatever the code is doing is
trying to deref EAX:
CDXTFilterBehavior::_ClearSurface:
6C8E87E1 mov edi,edi
6C8E87E3 push ebp
6C8E87E4 mov ebp,esp
6C8E87E6 push ecx
6C8E87E7 mov eax,dword ptr [ebp+0Ch]
6C8E87EA mov ecx,dword ptr [eax] <--- EAX is NULL