[jQuery] Re: Interface 3d Carousel problems

2007-05-04 Thread MrTufty
Ok, I didn't have var noRotate = false; before, as it wasn't mentioned anywhere that it was necessary. Here's the code that I have for my Carousel - I haven't included the main page this comes from, this is just the part that gets loaded with Ajax, into a div called #main-area. I've changed the

[jQuery] Re: Interface 3d Carousel problems

2007-05-04 Thread MrTufty
Incidentally, I just tested it in IE7 and it works. I'm also getting a different error in Firefox now - don't know why, all I've changed is to move the Carousel startup code into my main JS file rather than loading it from the ajax-loaded file. This new one is something about an uncaught

[jQuery] Re: Interface 3d Carousel problems

2007-05-04 Thread MrTufty
I really wish I understood why, but I don't. It is however, now working. :| On May 4, 9:46 am, MrTufty [EMAIL PROTECTED] wrote: Ok, I didn't have var noRotate = false; before, as it wasn't mentioned anywhere that it was necessary. Here's the code that I have for my Carousel - I haven't

[jQuery] Re: Interface 3d Carousel problems

2007-05-03 Thread jmcclure
Is it possible to make the carousel work when it's being loaded into a div via Ajax? Can you post some code/link? Have you set: var noRotate = false; I have it working here: http://www.activespotlight.com/ *