Jssor Carousel与图像标题

时间:2014-05-12 14:23:04

标签: jquery-plugins jssor

旋转木马滑块几乎完全符合我的需要。我只需要在每张图片下面显示一个标题。怎么办呢?

1 个答案:

答案 0 :(得分:0)

您可以为每张幻灯片添加任何内容。请参阅以下示例。

        <div>
            <img u="image" src="../img/ancient-lady/005.jpg" />
            <div style="position: absolute; top: 60px; left: 25px; width: 100px; height: 30px;text-align:center;line-height:30px;background:#fff;">
                any content
            </div>
        </div>

参考http://www.jssor.com/development/define-slides-html-code.html