index.html
来自「js实现多种浮动菜单,级联菜单,可拖动菜单」· HTML 代码 · 共 20 行
HTML
20 行
<html>
<head>
<title>JavaScript Menu - Demo #5</title>
<meta name="description" content="Free Cross Browser Javascript DHTML Menu Navigation">
<meta name="keywords" content="JavaScript menu, DHTML menu, client side menu, dropdown menu, pulldown menu, popup menu, web authoring, scripting, freeware, download, shareware, free software, DHTML, Free Menu, site, navigation, html, web, netscape, explorer, IE, opera, DOM, control, cross browser, support, frames, target, download">
<link rel="shortcut icon" href="http://www.softcomplex.com/products/tigra_menu/favicon.ico">
<meta name="robots" content="index,follow">
</head>
<frameset rows="122,*,20" border="0">
<frame name="header" src="header.html" marginwidth="15" marginheight="15" scrolling="no" frameborder="0">
<frameset cols="470,*" border="0">
<frame name="menu" src="menu.html" marginwidth="2" marginheight="2" scrolling="auto" frameborder="0">
<frame src="content.html" name="content" id="content" frameborder="0" scrolling="No" marginwidth="15" marginheight="15">
</frameset>
<frame name="footer" src="footer.html" marginwidth="15" marginheight="15" scrolling="no" frameborder="0">
</frameset>
<body>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?