闪现 jquery 幻灯片
我无法让这个工作。我的页面上有一个 flash 标题和一个 jquery 幻灯片,但 flash 超出了 jquery 幻灯片(jquery 幻灯片出现在 flash 下)。 这是我的页面,只需单击左侧图像之一(这四个图像): http:// /www.sleepy.ro/scutece-copii?slide=ok 。 Z 索引没有帮助。请帮我解决这个问题。谢谢。
I can't get this working. I have a flash header, and a jquery slideshow on my page, but the flash goes over the jquery slideshow (the jquery slideshow appears under the flash).
Here's my page, just click on one of the left side images (those four): http://www.sleepy.ro/scutece-copii?slide=ok . Z-index does not help. Please help me out with this. Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试添加:
到您的对象。
在
(如果有)标记中,添加
wmode="transparent"
。Try adding:
To your object.
In the
<embed>
(if you have it) tag, addwmode="transparent"
.