将以下代码添加到需要显示的网页即可!
<div id="ShowAD" style="position:absolute; z-index: 100;">
<div id="ImgLayer" style="position:absolute; z-index:1; left: 0px;">
<a href="https://www.daixiao360.cn/" target="_blank"> <img src="https://www.daixiao360.cn/skin/cmsmoban/qq/images/weixin.jpg" border="0" Width="150" Height="150"></a>
</div>
</div>
<script type="text/javascript">
var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("ShowAD").style;
adst.top = ( bodyfrm.clientHeight - 150) + "px";
adst.left = ( bodyfrm.clientWidth - 150) + "px";
function moveR() {
adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 150) + "px";
adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 150) + "px";
}
setInterval("moveR();", 80);
function CloseIVR(){
adst.display='none';
}
//-->
</script>
声明:所有帝国CMS免费模板注册会员后均可下载,如有侵权,请联系客服,我们会在12小时内处理!