复制代码 代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv=content-type content="text/html; charset=utf-8" />
<link href="css/admin.css" type="text/css" rel="stylesheet" />
<script language=javascript>
function expand(el)//传递的是id,1,2,3用来区分所属的分类
{
childobj = document.getElementById("child" + el);//child1,child2.....
if (childobj.style.display == 'none')//如果此元素师none,就不会被显示
{
childobj.style.display = 'block';//如果是block。就会显示为块级元素
}
else
{
childobj.style.display = 'none';//当再次点击时,那么就会又隐藏起来
}
return;
}
</script>
</head>
<body>
<table height="100%" cellspacing=0 cellpadding=0 width=170
background=./img/menu_bg.jpg border=0>
<tr>
<td valign=top align=middle>
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<tr>
<td height=10></td>
</tr>
</table>
<table cellspacing=0 cellpadding=0 width=150 border=0>
<tr height=22>
<td style="padding-left: 30px" background=./img/menu_bt.jpg>
<a class=menuparent onclick=expand(1) href="javascript:void(0);">人员管理</a></td></tr>
<tr height=4>
<td></td></tr></table>
<table id=child1 style="display: none" cellspacing=0 cellpadding=0
width=150 border=0>
<tr height=20>
<td align=middle width=30><img height=9
src="/UploadFiles/2021-04-02/menu_icon.gif"><td><a class=menuchild
href="memberadd.jsp"
target=right>人员增加</a></td></tr>
<tr height=20>
<td align=middle width=30><img height=9
src="/UploadFiles/2021-04-02/menu_icon.gif"><td><a class=menuchild
href="#"
target=right>人员修改</a></td></tr>
<tr height=20>
<td align=middle width=30><img height=9
src="/UploadFiles/2021-04-02/menu_icon.gif"><td><a class=menuchild
href="#"
target=right>人员删除</a></td></tr>
<tr height=20>
<td align=middle width=30><img height=9
src="/UploadFiles/2021-04-02/menu_icon.gif"><td><a class=menuchild
href="#"
target=right>人员查找</a></td></tr>
<tr height=4>
<td colspan=2></td>
</tr>
</table>
</body>
</html>
标签:
js,折叠导航

免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
狼山资源网 Copyright www.pvsay.com

评论“js实现的折叠导航示例”

暂无“js实现的折叠导航示例”评论...

RTX 5090要首发 性能要翻倍!三星展示GDDR7显存

三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。

首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。

据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。