对联-html广告代码自适应,很实用的对联广告代码(自适应高度)

 2025-02-07  阅读 9  评论 0

摘要:html?告代码?适应,很实?的对联?告代码(?适应?度)简洁对联?告代码lastScrollY

html

?告代码?适应

,

很实?的对联?告代码(?适应?度)

简洁对联?告代码

lastScrollY=0;

function heartBeat(){

var diffY;

if (document.documentElement && document.documentElement.scrollTop)

diffY = document.documentElement.scrollTop;

else if (document.body)

diffY = document.body.scrollTop

else

{}

//alert(diffY);

percent=.1*(diffY-lastScrollY);

if(percent>0)percent=Math.ceil(percent);

else percent=Math.floor(percent);

document.getElementById("lovexin12").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

document.getElementById("lovexin14").style.top=parseInt(document.getElementById

("lovexin12").style.top)+percent+"px";

lastScrollY=lastScrollY+percent;

//alert(lastScrollY);

}

suspendcode12="

ad1

"

suspendcode14="

ad2

"

document.write(suspendcode12);

document.write(suspendcode14);

window.setInterval("heartBeat()",1);

基于JS+CSS+DIV的?页对联?告代码

懂得生活网为大家提供:生活,学习,工作,技巧,常识等内容。

原文链接:http://dongdeshenghuo.com/xuetangzhishi/130933.html

管理员

  • 内容480710
  • 积分0
  • 金币0
关于我们
懂得生活主要分享生活,学习,工作,技巧,常识等内容。
联系方式
电话:
地址:广东省东莞市
Email:admin@qq.com

Copyright © 2022 懂得生活(dongdeshenghuo.com) Inc. 保留所有权利。

页面耗时0.0275秒, 内存占用1.75 MB, 访问数据库23次

粤ICP备13075863号