标准网页两侧浮动广告代码,支持FF及IE

标准网页两侧浮动广告代码,支持FF及IE点击这里使用RSS订阅本Blog:网页两侧浮动广告代码经测试支持IE、Firefox等浏览器符合标准的正常工作的对联广告lastScrollY=0;functionheartBeat(){vardiffY;if(doc

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全系列IDE使用 1年只要46元 售后保障 童叟无欺
点击这里使用RSS订阅本Blog: rel=”alternate” href=”http://feed.feedsky.com/softwave” type=”application/rss+xml” title=”RSS 2.0″ /> <script language=”javascript”> </script> <script language=”javascript” src=”http://www.feedsky.com/jsout/publishlist_v2.js?burl=softwave&out_html=true”></script> 网页两侧浮动广告代码 经测试支持IE、Firefox等浏览器

<!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=gb2312″ />
<title>符合标准的正常工作的对联广告</title>
<script language=”JavaScript” type=”text/javascript”>
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
    {/*Netscape stuff*/}
  
//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=”<div id=/”lovexin12/” style=’left:2px;position:absolute;top:120px;’>ad1</div>”
suspendcode14=”<div id=/”lovexin14/” style=’right:2px;position:absolute;top:120px;’>ad2</div>”
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval(“heartBeat()”,1);
</script>
<style type=”text/css”>
<!–
html,body{height:1000px;}
#lovexin12,#lovexin14{width:120px; height:250px; background-color:#e5e5e5; border:1px solid #ddd;}
#mm{height:1000px;}
–>
</style>
</head>
<body>
<div id=”mm”>
</div>
</body>
</html>

摘自【http://bbs.blueidea.com/thread-2865874-1-1.html】

<script type=”text/javascript” src=”http://www.google.com/reader/ui/publisher.js”></script> <script type=”text/javascript” src=”http://www.google.com/reader/public/javascript/user/00697638153916680411/state/com.google/broadcast?n=5&callback=GRC_p(%7Bc%3A%22green%22%2Ct%3A%22%5Cu8FD9%5Cu4E9B%5Cu6587%5Cu7AE0%5Cu4E5F%5Cu503C%5Cu5F97%5Cu4E00%5Cu770B%22%2Cs%3A%22false%22%7D)%3Bnew%20GRC”></script>

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/191436.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号