📄 随屏移动的链接falllink.txt
字号:
先将如下脚本放在<HEAD>区:
<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+15
bar.style.top = a
}}
//-->
</script>
再将以下代码放在<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://javaer.home.chinaren.com">回到首页 </a></td>
<td width="147"> <a href="http://javaer.home.chinaren.com/falllink.htm#top">回到页首</a></td>
<td width="96"> <a href="http://justchina.home.chinaren.com">就是中国</a></td>
<td width="158"> <a href="mailto:wwmail@371.net" >给我写信</a>
</td>
</tr>
</table>
</span>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -