0
votes

I have a simple slideshow of images using the jquery cycle script.

I'm trying to place description text to appear UNDER the slides of images - but it doesn't seem to be possible - any ideas?

here's the test page: http://jsfiddle.net/cjaM5/

You can see the description text flashing after the 3rd image in the slides.

I've tried display block etc., but still can't get it working. Hope you can help.

1

1 Answers

0
votes

How about this: http://jsfiddle.net/nNWVS/

I added the description to the innermost div's as i'm guessing the description will be unique to each image.