找回密码
 注册
【阿里云】2核2G云新老同享 99元/年,续费同价华为云精选云产品特惠做网站就用糖果主机Jtti,新加坡服务器,美国服务器,香港服务器
楼主: cwwqsz

求网页两边漂流的广告代码!!!!!!

[复制链接]
发表于 2005 年 3 月 18 日 14:56:31 | 显示全部楼层
漂流的广告代码:


<div id="ad" style="position:absolute"><a href="XXXXX" target="_blank"><img src="XXXXX" border="0"></a></div>
  <script>
  var x = 50,y = 60
  var xin = true, yin = true
  var step = 1
  var delay = 10
  var obj=document.getElementById("ad")
  function floatAD() {
    var L=T=0
    var R= document.body.clientWidth-obj.offsetWidth
    var B = document.body.clientHeight-obj.offsetHeight
    obj.style.left = x + document.body.scrollLeft
    obj.style.top = y + document.body.scrollTop
    x = x + step*(xin?1:-1)  
    if (x < L) { xin = true; x = L}
    if (x > R){ xin = false; x = R}
    y = y + step*(yin?1:-1)
    if (y < T) { yin = true; y = T }
    if (y > B) { yin = false; y = B }
  }
  var itl= setInterval("floatAD()", delay)
obj.onmouseover=function(){clearInterval(itl)}
obj.onmouseout=function(){itl=setInterval("floatAD()", delay)}
  </script>
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 15:26:14 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
怎么加GG的广告?
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 15:34:58 | 显示全部楼层
我的blog上~~自己去偷~~~
2边的不好看了!要一边的好!
http://www.1u.com.ru/blog/
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 16:09:42 | 显示全部楼层
1、在网页中加入 <script language=javascript src="js/1.js"></script> 表示调用当前目录下的js目录下的1.js

   2、用记事本建立1.js 并保存到js目录下 并把后缀名从txt改名为js

       1.js内容如下    

var delta=0.15
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-110',230,'<a href=http://www.20oo.com target=_blank><img src=ad/ad001.gif border=0></a><br><br>');
theFloaters.addItem('followDiv2',12,230,'<a href=http://bbs.20oo.com target=_blank><img src=ad/ad002.gif border=0></a><br><br>');
theFloaters.play();

其中http://www.20oo.com,http://bbs.20oo.com 用所做广告地址代替 ad/ad001.gif用所需要的广告图片地址代替
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2005 年 3 月 18 日 17:30:40 | 显示全部楼层
楼上主页要输入密码?
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 17:36:04 | 显示全部楼层
下面是引用cwwqsz于2005-03-18 17:30发表的:
楼上主页要输入密码?

呵呵~服务器调整,暂时关了。
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 17:39:16 | 显示全部楼层
【腾讯云】2核2G云服务器新老同享 99元/年,续费同价
关了别做广告!
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

发表于 2005 年 3 月 18 日 17:52:56 | 显示全部楼层
做广告,一个月能收多少
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

 楼主| 发表于 2005 年 3 月 18 日 10:34:44 | 显示全部楼层

求网页两边漂流的广告代码!!!!!!

  那个GG能提供下两边漂浮的广告代码,跟随浏览器能上下平滑移动的那种

谢谢啊

[s:19]
Jgwy.Com - Free Web Hosting Guide & Directory In China since 2001! Jgwy.Net-Jglt.Net
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|金光论坛

GMT+8, 2024 年 11 月 18 日 18:31 , Processed in 0.016162 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表