DXTML MENU Not working in Fire Fox

following code is working fine in IE but in Fire fox



it is showing the menu as in a IE, but not able to click it.



menu = new dhtmlXMenuObject(“menuObj”, “dhx_black”);

var menuId = document.getElementById(“menuid”).value;

menu.attachEvent(“onClick”, function(id){openPathDocs(id);});        



Could you please provide more code?

please check the more code

we are showing the menu into the separate div

    <form name=“ShowSelectedLink” target=“RIGHTBAR”  method=“post”>
   


    
       

Try this way:


<body onload=“doOnLoad();”>
    <div id=“menuObj” …