我希望在每个图像下方的div中添加标题,以便标题与轮播滚动并具有悬停更改颜色效果。
我是这样做的:
<ul id="mycarousel" class="jcarousel-skin-tango">
<li><img src="http://static.flickr.com/66/199481236_dc98b5abb3_s.jpg" width="75" height="75" alt="" />
<div class = "labelbox">
<span class ="label"> FLOWER! </span>
</div>
</li>
但是,jcarousel没有考虑标题高度,切断所有标题。
是否有更宽的旋转木马,以便字幕出现并与图像一起滚动?
答案 0 :(得分:0)
该元素的css是什么,它是父元素?
Be sure sure that the height of your <li> is that of your <img> + <div class="labelbox>.