📄 select.html
字号:
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>DynarchMenu: menu actions</title> <style type="text/css"> @import url("../src/skin-xp.css"); body { background-color: #ccc; height: 100%; }</style> <script type="text/javascript"> _dynarch_menu_url = "../src/"; </script> <script type="text/javascript" src="../src/hmenu.js"></script> </head> <body onload="DynarchMenu.setup('menu');"> <ul id="menu" style="visibility: hidden"> <li>_File <ul> <li> _New <ul> <li>_Window</li> <li></li> <li>_Message</li> <li>_Post</li> <li>_Contact</li> <li>_Internet Call</li> </ul> </li> <li>_Open...</li> <li class="disabled">_Save</li> <li>Save _As...</li> <li></li> <li>Page set_up</li> <li>_Print</li> <li>Print Pre_view</li> <li></li> <li> S_end <ul> <li>_Page by Email...</li> <li>_Link by Email...</li> <li>_Shortcut to Desktop</li> </ul> </li> <li>_Import and Export...</li> <li></li> <li>P_roperties</li> <li>_Work offline</li> <li>_Close</li> </ul> </li> </ul> <br /> <select> <option>This is a long select to demonstrate that the menu correctly appears</option> <option>above it in Internet Explorer</option> </select> <select> <option>This is a long select to demonstrate that the menu correctly appears</option> <option>above it in Internet Explorer</option> </select> <select> <option>This is a long select to demonstrate that the menu correctly appears</option> <option>above it in Internet Explorer</option> </select> <p> Please note that this feature does not work with Internet Explorer 5.0. It requires IE 5.5 or IE 6.0 for Windows; in other browsers this works as expected without any 鈥減rotection鈥
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -