年度归档: 2005 年

  • 今天的发现(6)

    这两个域名都是他们的: http://www.favouritewebsiteawards.com/ http://www.thefwa.c…

    这两个域名都是他们的:

    http://www.favouritewebsiteawards.com/

    http://www.thefwa.com

    刚刚改版,采用了纯 Flash 技术,鼠标滑轮滚动选择,技术真是强。 阅读全文

  • 使用

    OK,在使用以下声明时,会使一个最常用的漂浮下拉广告失效 直接导致document.body.scrollTop永远等于0, body Sc…

    OK,在使用以下声明时,会使一个最常用的漂浮下拉广告失效

    直接导致 document.body.scrollTop 永远等于 0, body Scroll 永远也不会引发。搜索了一下,发现了解决方案。

    即是使用:document.documentElement.scrollTop 替代 document.body.scrollTop

    article/document_body_doctype_switching_and_more/17/30655/” target=”_blank”>点这里查看老外的详细分析

    以下是正确的漂浮广告下拉代码,在所谓的”W3C 标准”里可以正确运行

    var delta=0.15
    var collection;
    function floaters() {
    this.items = [];
    this.addItem = function(id,x,y,content)
    {
    document.write('

    '+content+'



    ');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;idocument.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.body.clientWidth-108',1,'');

    theFloaters.play();
  • Dengjie 的十元付费服务

    http://www.dengjie.com/domain/ 帮想注册一年24元人民币的网友们造福,点击以上网址有详细声明。只收十块钱,意思…

    http://www.dengjie.com/domain/

    帮想注册一年24元人民币的网友们造福,点击以上网址有详细声明。只收十块钱,意思一下。有喜欢的可以注册一下,Dengjie 的服务相当好。 阅读全文

  • 用宝视通免费打电话

    http://baoshitong.szuni.com/index.shtml 下载客户端,点击[url=http://baoshitong…

    http://baoshitong.szuni.com/index.shtml

    下载客户端,点击这里输入手机号和验证码会得到5元(可打16分钟长途电话)电话卡,这个验证是不收费,语音清晰度相当好,可以一试。

    阅读全文

© 2026 Xiaoxiao’s Weblog. 粤ICP备15088982号