jquery 循环幻灯片,下方有文字
我使用 jquery 循环脚本制作了一个简单的图像幻灯片。
我正在尝试将描述文本显示在图像幻灯片下方 - 但这似乎不可能 - 有什么想法吗?
这是测试页面: http://jsfiddle.net/cjaM5/
您可以看到描述文本在之后闪烁幻灯片中的第三张图片。
我尝试过显示块等,但仍然无法使其工作。希望你能帮忙。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
怎么样: http://jsfiddle.net/nNWVS/
我将描述添加到最里面的 div 中我猜每张图片的描述都是独一无二的。
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.