请给一个qq样式的网页菜单!
能否给一个qq样式的网页菜单,jsp的. 问题点数:100、回复次数:7Top
1 楼lsxr(coolyibai)回复于 2005-06-01 12:25:31 得分 80
给个邮箱,发你一个完整的Top
2 楼jackwill(落拓孤鸿)回复于 2005-06-01 12:40:25 得分 0
jackwill@126.com
Top
3 楼JK_10000(JK)回复于 2005-06-01 15:28:28 得分 20
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Menu</title>
<script language=javascript>
function showSubmenu(obj)
{
for(var i=0;i<submunuTbody.length;i++)
{
if(submunuTbody[i]!=obj) submunuTbody[i].style.display="none";
else submunuTbody[i].style.display="";
}
}
</script>
</head>
<body>
<table style="width:100%;height:100%">
<tr style="height:20;background-color:cccccc" onclick="showSubmenu(submunuTbody[0]);" >
<td>Menu01</td>
</tr>
<tbody id=submunuTbody >
<tr style="height:20;background-color:eeeeee">
<td>Menu0101</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0102</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0103</td>
</tr>
<tr >
<td></td>
</tr>
</tbody>
<tr style="height:20;background-color:cccccc" onclick="showSubmenu(submunuTbody[1]);" >
<td>Menu02</td>
</tr>
<tbody id=submunuTbody style="display:none">
<tr style="height:20;background-color:eeeeee">
<td>Menu0201</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0202</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0203</td>
</tr>
<tr >
<td></td>
</tr>
</tbody>
<tr style="height:20;background-color:cccccc" onclick="showSubmenu(submunuTbody[2]);" >
<td>Menu03</td>
</tr>
<tbody id=submunuTbody style="display:none">
<tr style="height:20;background-color:eeeeee">
<td>Menu0301</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0302</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0303</td>
</tr>
<tr >
<td></td>
</tr>
</tbody>
<tr style="height:20;background-color:cccccc" onclick="showSubmenu(submunuTbody[3]);" >
<td>Menu04</td>
</tr>
<tbody id=submunuTbody style="display:none">
<tr style="height:20;background-color:eeeeee">
<td>Menu0401</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0402</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0403</td>
</tr>
<tr >
<td></td>
</tr>
</tbody>
<tr style="height:20;background-color:cccccc" onclick="showSubmenu(submunuTbody[4]);" >
<td>Menu05</td>
</tr>
<tbody id=submunuTbody style="display:none">
<tr style="height:20;background-color:eeeeee">
<td>Menu0501</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0502</td>
</tr>
<tr style="height:20;background-color:eeeeee">
<td>Menu0503</td>
</tr>
<tr >
<td></td>
</tr>
</tbody>
</table>
</body>
</html>
Top
4 楼jbas(jbas)回复于 2005-06-01 18:32:12 得分 0
jbas@163.com谢谢了!Top
5 楼ken2002(尖刀)回复于 2005-06-01 18:36:18 得分 0
js_dev@163.com,多谢了Top
6 楼lsxr(coolyibai)回复于 2005-06-03 08:55:15 得分 0
发了,实际就是alja的那个东西Top
7 楼jbas(jbas)回复于 2005-06-04 09:05:46 得分 0
谢谢了,收到!Top




