网站首页 | 站长论坛 | 免费空间申请 | 站长下载 | 站长博客 | 商业主机 | 免费空间推荐站点 | 免费空间排行榜 | 我们知道
 21 123
发新话题
打印

【推荐】左右漂浮广告JS源码

【推荐】左右漂浮广告JS源码

<script language = "JavaScript">
//左边
var left_img='<a href=http://www.xydw.com title=心雨动网祝大家万事如意,笑口常开><img src=http://www.xydw.com/other/images/happynew.gif border=0></a>';

//右边
var right_img='<a href=http://www.xydw.com title=心雨动网祝大家万事如意,笑口常开><img src=http://www.xydw.com/other/images/happynew.gif border=0></a>';
var delta=0.05
var collection;
function floaters() {
this.items= [];
this.addItem= function(id,x,y,content)
  {
document.write('<DIV id='+id+' style="Z-INDEX: 10; POSITION: absolute;  width:80px; height:60px;left:'+(typeof(x)=='string'?eval(x):x)+';top:'+(typeof(y)=='string'?eval(y):y)+'">'+content+'</DIV>');

var newItem= {};
newItem.object= document.getElementById(id);
newItem.x= x;
newItem.y= y;

this.items[this.items.length]= newItem;
  }
this.play= function()
  {
collection= this.items
setInterval('play()',10);
  }
}
function play()
{

for(var i=0;i<collection.length;i++)
{
var followObj= collection.object;
var followObj_x= (typeof(collection.x)=='string'?eval(collection.x):collection.x);
var followObj_y= (typeof(collection.y)=='string'?eval(collection.y):collection.y);

if(followObj.offsetLeft!=(document.body.scrollLeft+followObj_x)) {
var dx=(document.body.scrollLeft+followObj_x-followObj.offsetLeft)*delta;
dx=(dx>0?1:-1)*Math.ceil(Math.abs(dx));
followObj.style.left=followObj.offsetLeft+dx;
}

if(followObj.offsetTop!=(document.body.scrollTop+followObj_y)) {
var dy=(document.body.scrollTop+followObj_y-followObj.offsetTop)*delta;
dy=(dy>0?1:-1)*Math.ceil(Math.abs(dy));
followObj.style.top=followObj.offsetTop+dy;
}
followObj.style.display= '';
}
}

var theFloaters= new floaters();
theFloaters.addItem('followDiv1','document.body.clientWidth-100',230,''+right_img+'');
theFloaters.addItem('followDiv2',20,230,''+left_img+'');
theFloaters.play();
</script>

TOP

这个也许好用!!有谁试过??
清风女孩免费电影 [url=http://qfgirl.cn][IMG]http://qfok.go1.icpcn.com/logo/logo2.gif[/IMG][/URL][url=http://qfgirl.cn/bbs][IMG]http://qfok.go1.icpcn.com/logo/logo.gif[/IMG][/URL]

TOP

[center]此代码有误![/center]
宇帆天空 刷客联盟欢迎您的加入
http://alexa.yf13.com/

TOP

引用:
Originally posted by 宇帆 at 2005-10-9 05:31 PM:
[center]此代码有误![/center]
谁说有错误啊。。只不过里面的那个超连接有错误罢了。你把它改成自己的就可以了!

TOP

呵``````现在很少人用的了

TOP

呵呵!改天试下!!但是有和论坛提示注册,登陆那样的没?
清风女孩免费电影 [url=http://qfgirl.cn][IMG]http://qfok.go1.icpcn.com/logo/logo2.gif[/IMG][/URL][url=http://qfgirl.cn/bbs][IMG]http://qfok.go1.icpcn.com/logo/logo.gif[/IMG][/URL]

TOP

哇。。这么多人哦?

TOP

日,还不错,用过一次.
好久以前了!
欢迎光临:荆棘垄社区->>

TOP

我都没试过,想要另外一种的!!
清风女孩免费电影 [url=http://qfgirl.cn][IMG]http://qfok.go1.icpcn.com/logo/logo2.gif[/IMG][/URL][url=http://qfgirl.cn/bbs][IMG]http://qfok.go1.icpcn.com/logo/logo.gif[/IMG][/URL]

TOP

我也很久以前用过的
呵呵

TOP

 21 123
发新话题