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

📄 top.html

📁 use eclipse+js platform impement tree menu
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>导航栏</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">


<style type="text/css">
<!--
body {
	background-color: #999999;
}

#Layer1 {
	position:absolute;
	left:284px;
	top:20px;
	width:348px;
	height:35px;
	z-index:1;
}
-->
</style>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">


	
<div id="Layer1">
  <h4 align="center"> <a href="http://localhost:8080/menu/conn.jsp" target="mainFrame">[查看树状菜单]</a>
<a href="http://localhost:8080/menu/menu.jsp" target="mainFrame">[修改树状菜单]</a> </h4>
</div>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -