Colorbox overlay不会隐藏页面上的所有内容

时间:2012-09-13 10:01:14

标签: colorbox

我的彩盒叠加层未隐藏页面上的所有内容。页面上的图像显示在叠加层顶部。

$(document).ready(function() {
   $(".iframe").colorbox({
         iframe:true, 
         width:"840px", 
         height:"620px",
         scrolling: false
   });
});

1 个答案:

答案 0 :(得分:0)

是图像,还是闪光?你编辑过colorbox.css文件了吗?什么是你的图像的z-index和&父元素?如果是闪存,你是否将wmode设置为透明?

没有人可以帮助你,因为这个问题完全针对你当前的标记和css,你没有共享。

相关问题