DHTMLXMenu Overflow issue

Hi Team,

I am trying to implement the Menu in my project.But I am facing following 2 problems :

  1. Css is not applied
  2. Menu items are Overflow that is last menu item is displayed as first after moving cursor on the Menu
    I have tried this with Mozilla 25 version & using DHTMLX 3.6 version

I have attached the code sinppet with this.

Would any one know how to pinpoint this issue.

Regards,
Meghna
MenuDemo.zip (25.3 KB)

Hi
First of all you always need to include image folder, not only code.
Second: if you have a skin different from “dhx_skyblue” you need to apply it as
menu.setSkin(“dhx_blue”);
After this your demo works fine locally