时间:2021-05-26
复制代码 代码如下:
<p>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type" /><style type="text/css">
.shuoming {margin-top:20px; border:1px solid #ccc; padding-bottom:10px; width:600px; margin:0 auto;}
.shuoming dt {height:30px; line-height:30px; font-weight:bold; text-indent:10px;}
.shuoming dd {line-height:20px; padding:5px 20px;}</style></p>
<script language=JavaScript >
var delta=0.08
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[i].object;
var followObj_x= (typeof(collection[i].x)=='string'?eval(collection[i].x):collection[i].x);
var followObj_y= (typeof(collection[i].y)=='string'?eval(collection[i].y):collection[i].y);
if(followObj.offsetLeft!=(document.documentElement.scrollLeft+followObj_x)) {
var dx=(document.documentElement.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.documentElement.scrollTop+followObj_y)) {
var dy=(document.documentElement.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.documentElement.clientWidth-106',80,'<img src=http://pic.jb51.net/sudu.gif id=ad />');
//左面
theFloaters.addItem('followDiv2',6,80,'<img src=http://pic.jb51.net/sudu.gif id=ad />');
theFloaters.play();
//图片格式调用方法
//<a href=https://www.jb51.net.net/ target=_blank><img src=http://pic.jb51.net/sudu.gif border=0></a>
</script>
<table border="0" cellspacing="0" cellpadding="0" width="778" bgcolor="#f4f4f4" align="center" height="1500">
<tbody>
<tr>
<td valign="top" align="center"><br />
<dl class="shuoming"></dl></td>
</tr>
</tbody>
</table>
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
本文实例讲述了JS实现网页上随滚动条滚动的层效果代码。分享给大家供大家参考,具体如下:这款网页上随滚动条滚动层代码,拖动滚动条即可看到效果,对联广告的代码也都是
本文实例讲述了JS实现很实用的对联广告代码(可自适应高度)。分享给大家供大家参考。具体如下:这是一款很实用的基于JS+CSS+DIV的网页对联广告代码,自适应网
本文实例讲述了JS实现可关闭的对联广告效果代码。分享给大家供大家参考。具体如下:这是非常经典的一款对联广告代码,带有关闭按钮,用户可以自行关掉广告,另外,广告的
本文实例讲述了JS实现弹性漂浮效果的广告代码。分享给大家供大家参考。具体如下:这里介绍一款JS弹性漂浮广告代码,碰到网页浏览器的边缘就会顺着弹力的方向自动漂浮下
本文实例讲述了JS实现可点击展开与关闭的左侧广告代码。分享给大家供大家参考。具体如下:这里介绍的是JS实现网页上可点击展开、关闭的左侧广告代码,表现形式类似对联