旋转木马滑块几乎可以满足我开箱即用的需求。我只需要在每张图片下显示一个标题。如何才能做到这一点?
1375 次
1 回答
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
于 2014-05-12T23:59:55.333 回答