三个广告位对联漂浮代码


    产品列表    新闻中心   关于我们    付款方式    联系我们    常见问题    在线反馈    
快速搜索
分类

    企业公司
    学校政府
    商城网店
    人才房产
    旅游餐饮
    医院网站
    影音交友
    外贸网站
    其他类别


三个广告位对联漂浮代码
From :
admin
Date:
2011-5-8 23:54:56

JS代码编辑:
lastScrollY=0;
function heartBeat(){
diffY=document.body.scrollTop;
percent=.1*(diffY-lastScrollY);
if(percent>0)percent=Math.ceil(percent);
else percent=Math.floor(percent);
document.all.lovexin75.style.pixelTop+=percent;
document.all.lovexin37.style.pixelTop+=percent;
document.all.lovexin36.style.pixelTop+=percent;

lastScrollY=lastScrollY+percent;
}
suspendcode75="<div id=lovexin75 style='right:10px;POSITION:absolute;TOP:120px;'><a href='http://www.pt98.com'' target='_blank'><img src='/adfile/UploadPic/2006-11/qq.gif' width='80' height='80' border=0 alt=''></a></div>"
document.write(suspendcode75);
suspendcode37="<div id=lovexin37 style='left:10px;POSITION:absolute;TOP:300px;'><a href='http://www.pt98.com'' target='_blank'><img src='/adfile/UploadPic/2006-11/qq.gif' width='80' height='80' border=0 alt=''></a></div>"
document.write(suspendcode37);
suspendcode36="<div id=lovexin36 style='left:10px;POSITION:absolute;TOP:120px;'><a href='http://www.pt98.com' target='_blank'><img src='/adfile/UploadPic/2006-11/qq.gif' width='80' height='80' border=0 alt=''></a></div>"
document.write(suspendcode36);
window.setInterval("heartBeat()",1);

网页添加JS方法:<tr>
    <td><script language=javascript src={$InstallDir}adfile/top.js></script></td>
  </tr>
  <tr>