?? 07.html
字號:
<html>
<head>
<title>隱藏彈出菜單</title>
</head>
<body>
<script language="JavaScript1.2">
function move(x) {
if (document.all) {
object1.style.pixelLeft += x;
object1.style.visibility = "visible"}
else if (document.layers) {
document.object1.left += x;
document.object1.visibility = "show"}};
function makeStatic() {
if (document.all) {object1.style.pixelTop=document.body.scrollTop+20}
else {eval(document.object1.top=eval(window.pageYOffset+20));}
setTimeout("makeStatic()",0);}
</script>
<LAYER visibility="hide" top="20" name="object1" bgcolor="black" left="30" onmouseover="move(100)" onmouseout="move(-100)">
<script language="JavaScript1.2">
function positionmenu(){
move(-132)
}
if (document.all)
{
//層位置的定位
document.write('<DIV ID="object1" style="visibility:hidden;cursor:hand; Position : Absolute ;Left : 30px ;Top : 20px ;Z-Index : 20" onmouseover="move(100)" onmouseout="move(-100)">')} //設置隱藏的范圍
</script>
<!--設置表格的寬度 -->
<table border="0" cellpadding="0" cellspacing="1" width="122" bgcolor="lightgreen">
<tr>
<td width="110"> </td>
<td Bgcolor="lightyellow" rowspan="13" width="19">
<div align="center"><font size=3><b><font face="Arial, Helvetica, sans-serif" color="teal">M<BR>
E<BR>
N<BR>
U</font></b></font></div>
</td>
</tr>
<tr>
<td width="100"><a href="http://www.sohu.com">搜狐</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面一</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面二</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面三</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面四</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面五</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面六</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面七</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面八</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面九</a></td>
</tr>
<tr>
<td width="100"><a href="xxx.html">頁面十</a></td>
</tr>
<tr>
<td width="100"> </td>
</tr>
</script>
</table>
<script language="JavaScript1.2">
if (document.all) {document.write('</DIV>')}
window.onload=positionmenu
</script>
</LAYER>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -