http://www.3dapple.com/scriptopen.asp?id=1111

解决方案 »

  1.   

    好象插入的对象就是会挡住菜单,另外flash也会这样
    以前是点菜单时先将华表等隐藏了,选好了再显出来
      

  2.   

    不知道用java applet算不算 呵呵呵呵
      

  3.   

    ---frame.html----<html>
    <head>
    <title>网页跨框架菜单 </title>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    </head><frameset rows="100,*" framespacing="4" frameborder="yes" border="4"><frameset cols="*" framespacing="4" frameborder="yes" border="4">
      <frame src="top1.htm" name="topFrame" scrolling="NO" >
    </frameset><frameset cols="*" framespacing="4" frameborder="yes" border="4">
      <frame src="bottom.htm" name="mainFrame">
      <noframes>
      <body></body>
      </noframes>
    </frameset>
    </frameset>
    <frameset>
    </frameset>
    </html>
      

  4.   

    -------top1.htm-----------
    <html>
    <head>
    <title>MS的示例</title>
    <script>
    var oPopup = window.createPopup();
    function richContext()
    {
        var lefter2 = event.offsetY+0;
        var topper2 = event.offsetX+15;
        oPopup.document.body.innerHTML = oContext2.innerHTML; 
        oPopup.show(topper2, lefter2, 410, 184, contextobox);
    }
    </script>
    </head>
    <body> 
    <span id="contextobox" style="  cursor:hand; margin-left:5px; margin-right:10px; background:#e4e4e4; width:300; height:40; padding:20px;" oncontextmenu="richContext(); return false"  >Right-click inside this box.</span><DIV ID="oContext2" STYLE="display:none">
    <DIV STYLE="position:relative; top:0; left:0; border:2px solid black;  border-top:2px solid #cccccc; border-left:2px solid #cccccc; background:#666666; height:110px; width:207px;"> 
      <DIV STYLE="position:relative; top:0; left:0; background:#cccccc; border:1px solid black; border-top: 1px solid white; border-left:1px solid white; height:20px; color:black; font-family:verdana; font-weight:bold; padding:2px; padding-left:10px; font-size:8pt; cursor:hand" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#cccccc'" onclick="top.mainFrame.location.href='http://www.microsoft.com';"> 
        &nbsp;&nbsp;Home</DIV>
      <DIV STYLE="position:relative; top:0; left:0; background:#cccccc; border:1px solid black; border-top: 1px solid white; border-left:1px solid white; height:20px; color:black; font-family:verdana; font-weight:bold; padding:2px; padding-left:10px; font-size:8pt; cursor:hand" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#cccccc'" onclick="top.mainFrame.location.href='http://search.microsoft.com';"> 
        &nbsp;&nbsp;Search</DIV>

    <div style="position:relative; top:0; left:0; ">
    <div style="position:relative; top:0; left:110; ">asasf
    </div>
    </div>


      <DIV STYLE="position:relative; top:0; left:0; background:#cccccc; border:1px solid black; border-top: 1px solid white; border-left:1px solid white; height:20px; color:black; font-family:verdana; font-weight:bold; padding:2px; padding-left:10px; font-size:8pt; cursor:hand" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#cccccc'" onclick="top.mainFrame.location.href='http://www.microsoft.com/ie';"> 
        &nbsp;&nbsp;Intenet Explorer</DIV>
      <DIV STYLE="position:relative; top:0; left:0; background:#cccccc; border:1px solid black; border-top: 1px solid white; border-left:1px solid white; height:20px; color:black; font-family:verdana; font-weight:bold; padding:2px; padding-left:10px; font-size:8pt; cursor:hand" onmouseover="this.style.background='#ffffff'" onmouseout="this.style.background='#cccccc'" onclick="top.mainFrame.location.href='http://www.microsoft.com/info/cpyright.htm';"> 
        &#169;2001 Microsoft Corporation</DIV>
    </DIV></div>
    </body>
    </html>
      

  5.   

    http://agetime.joo.cn/jsmenu/http://agetime.joo.cn/WebControl/demo.html
      

  6.   

    大家还有比较好的这样菜单吗?希望是那种单击菜单以后,执行某个事件而打开一个url,本人不是很懂javascript,因此希望能找一个合适的!谢谢了,分不够,可以再加!