📄 tryit_view.asp@filename=trydhtml_menu4
字号:
<html>
<head>
<script type="text/javascript">
var timer;
function scrolltop()
{
document.getElementById('scrollmenu').style.top=document.body.scrollTop;
timer=setTimeout("scrolltop()",1);
}
function stoptimer()
{
clearTimeout(timer);
}
</script>
</head>
<body onload="scrolltop()" onunload="stoptimer()">
<span id="scrollmenu" style="position:absolute">
<b>Menu</b><br />
<a href="../default.htm">W3Schools</a><br />
<a href="../../www.microsoft.com/default.htm">Microsoft</a><br />
<a href="../../www.altavista.com/default.htm">Altavista</a><br />
</span>
<table border="0" width="100%">
<tr>
<td width="100"> </td>
<td>Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
Scroll this page to see the "always-on-top" menu
<br /><br /><br /><br /><br />
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -