当前位置: 代码迷 >> ASP >> javascript 菜单有关问题! 多谢
  详细解决方案

javascript 菜单有关问题! 多谢

热度:12   发布时间:2012-03-18 13:55:38.0
javascript 菜单问题! 谢谢
现在的这个菜单只能2级变化有人可以改成3级的吗?
<html>
<head>
<meta   http-equiv= "Content-Type "   content= "text/html;   charset=gb2312 ">
<title> 无标题文档 </title>


</head>

<body>

<table   cellspacing= "0 "   cellpadding= "0 "   width= "158 "   align= "center ">

            <td   id= "imgmenu2 "   class= "menu_title "   onMouseOver= "this.className= 'menu_title2 '; "   onClick= "showsubmenu(2,14) "   onMouseOut= "this.className= 'menu_title '; "   style= "cursor:hand "   background= "image/menudown.gif "   height= "25 ">  
            公司简介 </td>
</tr>
<tr>
<td   id= "submenu2 "   style= "DISPLAY:   none ">
<div   class= "sec_menu "   style= "WIDTH:   158px ">

                <table   cellspacing= "3 "   cellpadding= "0 "   width= "130 "   align= "center ">
                   
                   
                    <tr>  
                        <td> <a   href= "Manage_culture.asp "   target= "main "> 企业文化 </a> </td>
                    </tr>
                    <tr>  
                        <td   id= "imgmenu11 "   onMouseOver= "this.className= 'menu_title2 '; "   onClick= "showsubmenu(11,14) "   onMouseOut= "this.className= 'menu_title '; "   style= "cursor:hand "   background= "image/menudown.gif "   height= "25 "> 企业文化 </td>
                    </tr>
                  <tr>
<td   id= "submenu11 "   style= "DISPLAY:   none ">
<div   class= "sec_menu "   style= "WIDTH:   158px ">

                <table   cellspacing= "3 "   cellpadding= "0 "   width= "130 "   align= "center ">
                    <tr>  
                        <td>   <a   href= "News_add.asp "   target= "main "> 产品s </a> </td>
                    </tr>
                </table>
</div>
<br>
</td>
</tr>
                </table>
</div>
  相关解决方案