欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

弹出 中间框 阴影框 有大用

js 

$(".dj").click(function(){

$(".bg").height($(document).height()).show();//外层 div

$(".djdiv").show(); //内层 div

$("html,body").animate({

scrollTop :300

},300);

return false;

});


css //外层 div

.add_biaodan_bg{

width: 100%;

height:100%;

position: absolute;

z-index: 1000;

left: 0;

top: 0;

background: url(../images/body2.png) repeat;

display: none;

}


img

见附件 


附件大小
Image icon body2.png1 KB
普通分类: