[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-28 Thread pmAgony
over slide. use the next and prev options to assign selector to your arrows within the overlay containers $(mySlideContainer).cycle({     //other options already used next: '# myNextArrow', prev: ''# myPrevArrow' }); pmAgony wrote:Update, I was able to successfully complete #2 and #3. My

[jQuery] Re: jQuery Cycle Multiple Pagers

2009-12-24 Thread pmAgony
! On Dec 23, 11:41 am, pmAgony fnc...@gmail.com wrote: Hello Experts, I'm looking for some guidance on implementing multiple pagers on a jQuery Cycle plugin.  My goal is as follows: 1. On hover of #slideshow, reveal left and right arrows so the user can navigate previous/next.  Exactly like

[jQuery] jQuery Cycle Multiple Pagers

2009-12-23 Thread pmAgony
Hello Experts, I'm looking for some guidance on implementing multiple pagers on a jQuery Cycle plugin. My goal is as follows: 1. On hover of #slideshow, reveal left and right arrows so the user can navigate previous/next. Exactly like the lightbox feature. 2. Thumbnails of the images below