<script language="javascript">
<!--
function stat(){
var a = pageYOffset+window.innerHeight-document.bar.document.height-15
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
bar.style.top = a
}}
//-->
</script> <body onLoad="fix()" onScroll="fix()" onResize="fix()">
<table border="1" hspace="1" cellpadding="1" bgcolor="c0c0c0" width="80%" id="bar" style="position:absolute;width:100%; height:25px;z-index:9;margin:0">
<tr align="center"> 
<td width="25%"> <a href="#">首  页 </a></td>
<td width="25%"> <a href="#">你  好</a></td>
<td width="25%"> <a href="#">他  好</a></td>
<td width="25%"> <a href="#">我  好</a> 
</td>
</tr>
</table>