⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 js实现多种浮动菜单,级联菜单,可拖动菜单
💻 HTML
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -