欢迎各位兄弟 发布技术文章
这里的技术是共享的
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
见附件
附件 | 大小 |
---|---|
body2.png | 1 KB |