我有一个JS照片库,应该隐藏的图像在页面加载中出现和消失。尴尬的是,它在Chrome上很好,只是firefox就是这样做的。我试图隐藏溢出但这也不起作用:
<div class="Grid_4 fr" style="overflow: hidden;">
上面的代码是包含图库的div。
使用以下代码指定图库中的每个图像......
<li jcarouselindex="1" class="jc-item jc-item-hor jc-item-1 jc-item-1-hor">
<a href="#" class="newsThumb">
<img src="#" width="324" height="182">
</a>
<div class="vBgTitle noeffect">
<div class="vTitle innerText">Text here</div>
</div>
</li>