<html> <head> <title>始终在页面底部的菜单</title> <script language="javascript"> <!-- function stat(){ var a = pageYOffset+window.innerHeight-document.bar.document.height-0 document.bar.top = a setTimeout('stat()',2) } function fix(){ nome=navigator.appName if(nome=='Netscape'){ stat() } else{ var a=document.body.scrollTop+document.body.clientHeight-document.all.bar.offsetHeight+0 bar.style.top = a }} //--> </script> </head> <body> <body onLoad="fix()" onScroll="fix()" onResize="fix()"> <span id="bar" style="position:absolute; left:68px; top:455px; width:614px; height:45px; z-index:9" > <table border="1" hspace="1" cellpadding="1" bordercolor="#000000" bgcolor="#FFFFFF"> <tr align="center"> <td width="190"> <a href="http://www.sql163.com/">数据大全网</a></td> <td width="190"> <a href="http://www.sql163.com/tech/">网络学院</a></td> <td width="147"> <a href="http://www.sql163.com/soft/">软件下载</a></td> <td width="96"> <a href="http://www.sql163.com/code/">源码下载</a></td> <td width="158"> <a href="http://www.sql163.com/ebook/">电子书籍</a> </td> </tr> </table> </span> <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> </Html> |