[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-28 Thread Victor Nogueira
Forgot to mention I was talking about jquery cycle. sorry. ;/ On Mar 27, 11:18 pm, Victor Nogueira wrote: > Hi there, > > Want to know if it's possible to show thumbs attached prev/next > anchors when I put the mouse over these navigation links. It would > work like a preview tooltip for next/pr

[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-28 Thread Mike Alsup
> Want to know if it's possible to show thumbs attached prev/next > anchors when I put the mouse over these navigation links. It would > work like a preview tooltip for next/prev images. That's not something that the Cycle plugin will do for you. However, you could probably use the before/after

[jQuery] Re: next and previous links with thumbs on mouseover

2009-03-29 Thread Victor Nogueira
Hi Mike, Can you please help me making a list of thumbs without links, that have a class to the thumb for next image and prev image? I just wanted to identify next/prev thumbs dinamically (with classes), so I can hide the others and display next/prev on mouseover. Thank you a lot for the answer.