首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

左下角悬浮广告代码_右下角浮动广告代码

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ /> <title>右下角广告代码-web前端开发</title> <script type=”text/javascript”> window.onload = getMsg; window.onresize = resizeDiv; window.onerror = function(){} function $(id) {return document.getElementById(id);} //短信提示使用(asilas添加) var divT,divL,divW,divH,docH,docW,docST,docSL,objTimer,i = 0; function getMsg() { try{ divT = parseInt($(“eMeng”).style.top,10); //层top位置 divL = parseInt($(“eMeng”).style.left,10); //层left位置 divH = parseInt($(“eMeng”).offsetHeight,10);//层宽 divW = parseInt($(“eMeng”).offsetWidth,10);//层高 docW = document.documentElement.clientWidth;//窗口宽 docH = document.documentElement.clientHeight;//窗口高 docST=document.documentElement.scrollTop; docSL=document.documentElement.scrollLeft; $(“eMeng”).style.top = parseInt(docST,10) + docH + 10+”px”; $(“eMeng”).style.left = parseInt(docSL,10) + docW – divW+”px”; $(“eMeng”).style.visibility=”visible”; objTimer = setInterval(“moveDiv()”,10); } catch(e){} } function resizeDiv() { try{ divH = parseInt($(“eMeng”).offsetHeight,10); divW = parseInt($(“eMeng”).offsetWidth,10); docW = document.documentElement.clientWidth; docH = document.documentElement.clientHeight; $(“eMeng”).style.top = docH – divH + parseInt(document.documentElement.scrollTop,10)+”px”; $(“eMeng”).style.left = docW – divW + parseInt(document.documentElement.scrollLeft,10)+”px”; } catch(e){} } function moveDiv() { try{ if(parseInt($(“eMeng”).style.top,10) <= (docH – divH + parseInt(document.documentElement.scrollTop,10))) { window.clearInterval(objTimer) objTimer = setInterval(“resizeDiv()”,1) } divT = parseInt($(“eMeng”).style.top,10); $(“eMeng”).style.top = divT – 1+”px”; } catch(e){} } function closeDiv()

04

扫码

添加站长 进交流群

领取专属 10元无门槛券

手把手带您无忧上云

扫码加入开发者社群

相关资讯

热门标签

活动推荐

    运营活动

    活动名称
    广告关闭
    领券