我的颜色框覆盖并没有隐藏页面上的所有内容。页面上的图像显示在叠加层的顶部。
$(document).ready(function() {
$(".iframe").colorbox({
iframe:true,
width:"840px",
height:"620px",
scrolling: false
});
});
我的颜色框覆盖并没有隐藏页面上的所有内容。页面上的图像显示在叠加层的顶部。
$(document).ready(function() {
$(".iframe").colorbox({
iframe:true,
width:"840px",
height:"620px",
scrolling: false
});
});