1

我希望在每个图像下方的 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 不考虑字幕高度并切断所有字幕。

有没有办法让轮播更宽,以便字幕出现并与图像一起滚动?

4

1 回答 1

0

该元素的CSS是什么,它是父元素?

Be sure sure that the height of your <li> is that of your <img> + <div class="labelbox>.
于 2013-10-19T00:47:33.523 回答