0

我有一个 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>
4

0 回答 0