[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-28 Thread pmAgony
Thanks Mike & Charlie, It appears that I have the whole shebang working now. All the best to you both. Thanks, On Dec 24, 1:33 pm, Charlie wrote: >  for the arrows you can create absolute positioned containers over top of the > slides that fadeIn, show or whatever when hover over slide. > use

Re: [jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-24 Thread Charlie
 for the arrows you can create absolute positioned containers over top of the slides that fadeIn, show or whatever when hover over slide. use the "next" and "prev" options to assign selector to your arrows within the overlay containers $("mySlideContainer").cycle({     //other options alread

[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-24 Thread Mike Alsup
Two pagers, one slideshow: http://jquery.malsup.com/cycle/pager-two.html Mike On Dec 24, 8:54 am, pmAgony wrote: > Update, I was able to successfully complete #2 and #3.  My challenge > right now is being able to get two synchronized pagers on the same > cycle. > > If anyone can chime in to ass

[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-24 Thread pmAgony
Update, I was able to successfully complete #2 and #3. My challenge right now is being able to get two synchronized pagers on the same cycle. If anyone can chime in to assist, I'd greatly appreciate it. Here's a link to take a look: http://www.cuisinteractive.com/staging/etc/index.php Thanks!