> I am using cycle to display ads and messages on my website. Some of
> the "slides" contain text with imbedded URL links and others are just
> linked images.
>
> However, when you click on the link it just continues to the next
> slide. Is there a way to have the Cycle script allow embedded links
> instead of just forwarding to the next slide?

That's happening because you're using the slideshow itself as a 'next'
trigger.  The only way to get around this is to comment out the last
line of Cycle's 'advance' function, the 'return false' statement.
That will allow the anchor's click event to be processed.

Mikw

Reply via email to