首页/js外包代码/标准对联广告Js代码|简单对联广告代码

标准对联广告Js代码|简单对联广告代码

发布-xiaoming | 浏览量-

标准对联广告Js代码

直接复制粘贴就可以使用了,推进,哈

 

 

<!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>标准对联广告Js代码</title>
<style type="text/css">
<!--
#lovexin12,#lovexin14{
width:120px;
height:230px;
background-color:#ededed;
border:1px solid #ddd;
font-size:12px;
}
html,body{
height:1203px;
}
#mm{
height:1000px;
}
-->
</style>

<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*/}
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;
}
suspendcode12="<DIV id=\"lovexin12\" style='left:2px;POSITION:absolute;TOP:120px;'><a href='http://www.35no.cn' target='_blank'>淘宝热卖美白产品</a>i</div>"
suspendcode14="<DIV id=\"lovexin14\" style='right:2px;POSITION:absolute;TOP:120px;'>淘宝热卖祛斑产品</div>"
document.write(suspendcode12);
document.write(suspendcode14);
window.setInterval("heartBeat()",1);
</script>
</head>
<body>
<div id="mm"></div>
</body>
</html>

原文地址:http://www.35ui.cn/post/201101024976.html

标签对联广告代码

上一条: 北京做网站教程第十一节:典型三行二列居中高度自适应布局代码教程
下一条: 下沉广告js代码|js下沉广告代码推荐

或许你还对下面的文章感兴趣