網(wǎng)站頂部固定代碼
以下代碼添加到網(wǎng)站常規(guī)設(shè)置>網(wǎng)站基本設(shè)置>head區(qū)中
<style>
#adDiv{display:none;}
#top_all{
position: fixed;
top: 0px;
left:0px;
margin: 0px auto;
width: 100%;
z-index:19891219;
}
< /style>
< script>
$(function(){
$("#adDiv").remove();
$(document.body).css("padding-top",$("#top_all").height()+"px");
});
< /script>
上一篇:設(shè)為首頁和加入收藏
下一篇:廣告設(shè)置的三種樣式