html悬浮窗口退出,网页中可关闭的漂浮窗口实现
生活随笔
收集整理的這篇文章主要介紹了
html悬浮窗口退出,网页中可关闭的漂浮窗口实现
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
注釋部分為廣告的左右調節,可以自行設定
網頁中可關閉的漂浮窗口關閉點擊這里,關閉廣告!!!
var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("ShowAD").style;
adst.top = ( bodyfrm.clientHeight -530-22 ) + "px";
//adst.left = ( bodyfrm.clientWidth -155) + "px";
function moveR()
{
adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 530-22) + "px";
//adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 155 ) + "px";
}
setInterval("moveR();", 80);
function closead()
{
adst.display='none';
}
總結
以上是生活随笔為你收集整理的html悬浮窗口退出,网页中可关闭的漂浮窗口实现的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: LeetCode 429. N叉树的层序
- 下一篇: 数据结构--队列Queue--循环顺序队