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 works again. Thanks for looking at it anyway. I knew it didn't validate, but I didn't think that IE would be so anal about not allowing JQuery to work properly. Chris On Aug 18, 11:26 am, amuhlou <amysch...@gmail.com> wrote: > 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 thecyclearea all have > this in common. > > On Aug 18, 9:48 am, theosoft <ccop...@gmail.com> wrote: > > > > > I have tried various things to get this to work inIE, 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 this solved by the end of the day tomorrow, so if someone wants > > to take a look at it, please let me know what you think. > > > I've not loaded everything in there, but it should be enough to give > > you an idea of how it's supposed to to work. > > > Thank you.