在页面底部实现显示文字的效果
时间:2007-04-30 来源:jshmsch
在页面底部实现显示文字的效果,代码如下:
脚本说明:
把如下代码加入<body>区域中
<layer name="nsviewer" bgcolor="#FFFFCC" style="border-width:thin;z-index:1"></layer>
<a href="#" onmouseover="setObj(description[0],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明1</a>
<a href="#" onmouseover="setObj(description[1],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明2</a>
<a href="#" onmouseover="setObj(description[2],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明3</a>
把如下代码加入<body>区域中
<layer name="nsviewer" bgcolor="#FFFFCC" style="border-width:thin;z-index:1"></layer>
<a href="#" onmouseover="setObj(description[0],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明1</a>
<a href="#" onmouseover="setObj(description[1],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明2</a>
<a href="#" onmouseover="setObj(description[2],'override',550,30)" onmouseout="clearTimeout(openTimer);stopIt()">显示说明3</a>
相关阅读 更多 +