?? p277ieonly_improved_menus.htm
字號:
<HTML>
<BODY>
<STYLE TYPE="text/css">
#menu1 { position: absolute; clip: rect(auto auto 16 auto) }
#item { background-color: red }
</STYLE>
<SCRIPT>
function pick(obj) { obj.style.backgroundColor="yellow"; return true; }
function unpick(obj) { obj.style.backgroundColor="red"; return true;}
</SCRIPT>
<STRONG>
<PRE>
<DIV id="menu1"
ONMOUSEOVER="this.style.clip = 'rect(auto auto auto auto)'"
ONMOUSEOUT ="this.style.clip = 'rect(auto auto 16 auto)'">
<SPAN ID="item">File </SPAN>
<SPAN ID="item"> </SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)" ONMOUSEOUT="unpick(this)">
Open
</SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)" ONMOUSEOUT="unpick(this)">
Edit
</SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)"
ONMOUSEOUT="unpick(this)">Export</SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)"
ONMOUSEOUT="unpick(this)">Import</SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)" ONMOUSEOUT="unpick(this)">
Save
</SPAN>
<SPAN ID="item"> </SPAN>
<SPAN ID="item" ONMOUSEOVER="pick(this)" ONMOUSEOUT="unpick(this)">
Exit
</SPAN>
</DIV>
</PRE>
</STRONG>
</BODY>
</HTML>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -