將以下代碼添加到需要顯示的網(wǎng)頁即可!
<div id="ShowAD" style="position:absolute; z-index: 100;">
<div id="ImgLayer" style="position:absolute; z-index:1; left: 0px;">
<a 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>