| 漂浮的文本链接 |
| 作者:小雨 文章来源:本站原创 点击数: 更新时间:2005-4-28 9:55:36 |
|
|
脚本说明:把如下代码加入<body>区域中
<div id="KBStatic" style="position:absolute; left:3px; top:0px; width:553px; height:70px; z-index:25"> <font size="5" color="#CC3366"><a href=http://www.xyu01.com>欢迎来到星雨小站!</a></font></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",0,0)',1) if (NN4) setInterval('KB_keepItInNN("KBStatic",0,0)',1) </script>
|
|
| 文章录入:admin 责任编辑:小雨 |
|
上一篇文章: 漂浮的图片链接效果 下一篇文章: 在信息框内显示链接信息 |
| 【字体:小 大】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
|