a sample:<title>[世纪鸟特效手册.NET[加强版]</title>
</head>
<table border="0" width="100%" cellspacing="4" cellpadding="3" height="16">
  <tr>
    <td width="28%" style="border: 1 solid #000000" height="6" bgcolor="#F2F2F2"><font size="2" color="#000000">[世纪鸟特效手册.NET[加强版]</font></td>
    <td width="43%" style="border: 1 solid #000000" height="6" bgcolor="#F2F2F2"><font size="2">特效是软件自己生成,如有出错,请给作者<a href="mailto:[email protected]">写信</a></font></td>
    <td width="29%" style="border: 1 solid #000000" height="6" bgcolor="#F2F2F2"><font size="2">祝贺:[世纪鸟应用技术中心]成立</font></td>
  </tr>
</table>
<hr size="1" color="#000000">
<br><br><div id="KBStatic" style="position:absolute; left:3px; top:0px; width:553px; height:70px; z-index:25"> 
<a href="http://www.80cn.com" title="这个文字链接固定在260:185处">世纪鸟作坊出品</a></div>
                  <script language=JavaScript>
function KB_keepItInIE(theName,theWantTop,theWantLeft) {
theRealTop=parseInt(document.body.scrollTop)
theTrueTop=theWantTop+theRealTop
document.all[theName].style.top=theTrueTop
theRealLeft=parseInt(document.body.scrollLeft)
theTrueLeft=theWantLeft+theRealLeft
document.all[theName].style.left=theTrueLeft
}
function KB_keepItInNN(theName,theWantX,theWantY) {
theRealLay=document.layers[theName]
theBadX=self.pageYOffset
theBadY=self.pageXOffset
theRealX=theBadX+theWantX
theRealY=theBadY+theWantY
theRealLay.moveTo(theRealY,theRealX)
}
IE4=(document.all)?1:0
NN4=(document.layers)?1:0
if (IE4)
setInterval('KB_keepItInIE("KBStatic",260,185)',1)
if (NN4)
setInterval('KB_keepItInNN("KBStatic",260,185)',1)
</script></br></br>

解决方案 »

  1.   

    其实你可以用背景属性啊,<style>
    body {background-repeat: no-repeat; background-attachment: scroll; background-position: bottom center}
    </style>
      

  2.   

    Test this:
    <body>
    <div style="position:absolute;left:expression(eval(document.body.clientWidth + document.body.scrollLeft- 100));
    top:expression(eval(document.body.clientHeight + document.body.scrollTop - 100));">fdskflj</div>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
    </body>
      

  3.   

    你自己再完善一下:<html><head><SCRIPT LANGUAGE=javascript FOR=window EVENT=onscroll><!--
      var aa = document.all.testdiv;
      var h2 = document.all.img1.clientHeight; //图片的高度
      aa.style.pixelTop=document.body.scrollTop+document.body.clientHeight-h2-10;
    //--></SCRIPT></HEAD>
    <BODY><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
    <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><div id='testdiv' style="POSITION:absolute;Left:300;Top:300">
    <img src=http://www.csdn.net/images/csdn.gif border=0 id=img1>
    </div></body></html>