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.

 

Just alternate the two slideshow transitions 3 seconds apart.

 

Why won't this work?

 

   $('.slideshow').cycle(

      fx: 'fade',

      speed:1000,

      delay: 3000,

      timeout: 3000

   });

                

$('.slideshow2').cycle({

      fx: 'fade',

      speed: 1000,

      delay: 6000,

      timeout: 3000

   });

 

Thanks,

 

Rick

 

----------------------------------------------------------------------------
---------------------------------------

"Those who hammer their guns into plows will plow for those who do not."  -
Thomas Jefferson

 

Reply via email to