Categories | Question details Back To List | ||
dhtmlxLayout Control Stops dhtmlxMenu from working in Mozilla Firefox 3 When I add a dhtmlxLayout control to the screen, it make my dhtmlxMenu control stop working. I am using the new version of the menu control with setOpenMode("web"). Once the screen loads, the menu seems to become disabled in Mozilla. I can no longer click on the menu. This works fine in Internet Explorer. Thanks. Answer posted by Support on Oct 24, 2008 00:18 Could you please write some code or provide full demo to view issue? Answer posted by Michael Chetock on Oct 24, 2008 06:40 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> </script></head> Answer posted by Support on Oct 24, 2008 07:32 In your sample menu covered with windows' viewport in case of incorrect usage, try modify code like this: <div id="divLayout" style="width: 1000px;height: 500px;position: relative;"></div> Answer posted by Michael Chetock on Oct 24, 2008 07:42 Yes. That fixed the problem. Not sure I totally understand why... but it worked. I guess I'll have to read about viewports. |