树状菜单
时间:2007-01-26 来源:jerry_shen
|
<html>
<head>
<title>JavaScript Navigation Tree</title>
<style>
/* Style for tree item text */
.t0i {
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
background-color: #ffffff;
text-decoration: none;
}
/* Style for tree item image */
.t0im {
border: 0px;
width: 19px;
}
</style> </head> <body bgcolor="#ffffff" leftmargin="15" marginheight="2" marginwidth="15" topmargin="2">
<div style="position:absolute;width:2px;left: 190px;top:0px;border:0px solid black;background-color:DDDDDD;" >
</div>
</body>
</html>
相关阅读 更多 +