Thanks for the response Mike.. could you please show me an example as
I am not clear on this...

On Nov 11, 1:04 pm, Mike Alsup <mal...@gmail.com> wrote:
> > Hi, I have the cycle plugin setup so a series of thumbnails of the
> > image switch the bigger image upon mouseover.  Much like this
> > example...http://www.malsup.com/jquery/cycle/pager6.html
> > except mine works by hovering over the thumbs like:
>
> > .cycle({
> >         fx:     'fade',
> >         speed:  'fast',
> >         timeout: 9000,
> >         pager:  '#home-thumbs',
> >                 pagerEvent: 'mouseover',
> >         pagerAnchorBuilder: function(idx, slide) {
> >             return '#home-thumbs li:eq(' + (idx) + ') a';
> >         }
>
> > I am trying to figure out how to also make those same thumbs also be
> > working links to other pages as well as hover controls.  Any thoughts
> > on how I can execute this ?
>
> You would have to do that manually by binding the click event on those
> pager anchors.
>
> Mike

Reply via email to