Re: [jQuery] How to get these two slide show to alternate?????

2009-12-23 Thread Leonardo Balter
first you forgot a { in the first cycle, maybe you already noticed this. Second, trying to help you: why don't you try to use for both slideshows a delay of 3000ms but a timeout of 3 secs in the first and 6 secs in the other one. This make the right magic for you? 2009/12/23 Rick Faircloth

RE: [jQuery] How to get these two slide show to alternate?????

2009-12-23 Thread Rick Faircloth
Yes, I found the missing “{“, but thanks for pointing that out. I tried your combination of timings, but it still didn’t work. I tried that combination before, but again, it just causes a change sequence like: start - first slide changes 3 sec later-

[jQuery] How to get these two slide show to alternate?????

2009-12-22 Thread Rick Faircloth
Ok.I've been banging my head and Google long enough. I've got two cycle plug-ins running, trying to get them to display the first image (working), wait 3 seconds (slideshow1), change slideshow1 image, wait 3 seconds, change slideshow2 image, wait 3 seconds change slideshow1 image, etc.