[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-20 Thread TheoSoft
The validation errors was what was causing the problem. Because I'm pulling the photos from a db, I needed the id number. I added a p, and then stripped off the p using javascript replace. Pulled the empty ul out and added it via JQuery before my Cycle function. Fully valid and the fade effect

[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-18 Thread amuhlou
I checked it on a version of IE7 using VMware and am not seeing the fade transition working. There are, however, some validation errors you may want to clean up. the id attribute cannot start with a number, and it appears that your images for the cycle area all have this in common. On Aug 18, 9:

[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-18 Thread theosoft
It faded for you in IE7 & 8? I'm not seeing the fade at all in IE. On Aug 18, 10:55 am, Charlie wrote: > works in IE 7 &8 for me > theosoft wrote:I have tried various things to get this to work in IE, and I'm > not sure why it won't work. The shuffle effect works, but not properly. It > works

[jQuery] Re: JQuery Cycle effects don't work in IE

2009-08-18 Thread Charlie
works in IE 7 &8 for me theosoft wrote: I have tried various things to get this to work in IE, and I'm not sure why it won't work. The shuffle effect works, but not properly. It works in all the other browsers just fine. I've uploaded the code to jsbin here: http://jsbin.com/icuko I need