<div onmouseover="this.style.background='red';">
<a href="#">clement</div>
</div>

解决方案 »

  1.   

    <table>
    <tr>
    <td><a href="#" onmouseover="d1.style.display='';" onmouseout="d1.style.display='none';">clement</div></td>
    </tr>
    <tr>
    <td>
    <div id=d1 style=display:none>
    <pre>
    clement1
    clement2
    clement3
    </pre>
    </div>
    </td>
    </tr>
    </table>
      

  2.   

    <td><a href="#" onmouseover="d1.style.display='';" onmouseout="d1.style.display='none';">clement</a></td>...
      

  3.   

    zltostem(星之尘寞),很感谢你,但是你的第二个怎么为没个子菜单加链接呢?
      

  4.   

    <table>
    <tr>
    <td><a href="#" onmouseover="d1.style.display='';">clement</a></td>
    </tr>
    <tr>
    <td>
    <div id=d1 style=display:none>
    <pre>
    <a href="www.csdn.net">CSDN</a>
    <a href="www.163.com">网易</a>
    <a href="www.chinaren.com">china人</a>
    </pre>
    </div>
    </td>
    </tr>
    </table>
      

  5.   

    <td><a href="#" onmouseover="d1.style.display='';">clement</a></td>  <!!!!---鼠标移开后子菜单不消失,我在里面加了一个onmouseout="d1.style.display='none';",但是却不能点子菜单了呢。
      

  6.   

    http://community.csdn.net/Expert/topic/3407/3407221.xml?temp=.5931818关于菜单的提问,
    这里面的菜单,你看看怎么样~~~
      

  7.   

    你可以把onmouseout="d1.style.display='none'这句话放到<table>中~~~----------
    先看那个例子吧...
      

  8.   

    他的问题已经解决了,
    去掉下面这行:bar.className="barOver"就可以了...
      

  9.   

    1
    <sctipt>
    function aa()
    {
        document.all.lianjie1.background="#99999f"
    }
    </script>
    <a href="*.htm" id="lianjie1"onmouseover="aa()">
    2
    就是层的显示与隐藏
    hieddn         //隐藏
    其于的都是显示
    步骤:
    1  你添加一个层
    2  选种一个层 在底下的属性里面选择hieddn(隐藏)
    3  选种一段文字或超连接-》点机“行为”选择“显示与隐藏”在 选择要显示或者隐藏的层
    4  完成后点机此触犯此结果的事件并改为onmouseover