[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
exception, canvas not available. 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 included the main page this comes from, this is just

[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: Ajax loading problem (IE7)

2007-04-24 Thread MrTufty
Thanks Dan, I didn't realise that. And Diego too, not to forget anyone :) In any case, our client didn't like the initial concept, so we've rebuilt it with a new skin - this one doesn't require the use of tables, so the problem is neatly avoided. On Apr 23, 1:28 pm, Dan G. Switzer, II [EMAIL

[jQuery] Re: Ajax loading problem (IE7)

2007-04-23 Thread MrTufty
html pages, and the end result is still exactly the same. At least I eliminated the possibility that Cake was causing the problem - it was a long shot in any case. On Apr 23, 9:49 am, MrTufty [EMAIL PROTECTED] wrote: Hi all, This is a strange one and it's driving me mad. I've been tasked

[jQuery] Re: Ajax loading problem (IE7)

2007-04-23 Thread MrTufty
And now for the fun part - I've figured it out. Did anyone realise that you can't use TABLEs as targets for $.load, at least in IE? That was what I was trying to do - changing it to a DIV, with the table in question within that, fixed the issue... On Apr 23, 10:08 am, MrTufty [EMAIL PROTECTED