Dhtmlxtree with contextmenu

Hi,

I’m using dhtmlxtree pro and want to implemnet a context menu

problem is, it only shows in background and only text

i also tried ctxtMenu.menu.setZIndex(999); // or some other big value

according to this site but this does not help



the menu looks like this:



aMenu=new dhtmlXContextMenuObject(‘120’,0,““imgs/path/”);



aMenu.menu.tableCSS=“menuTable”;

var item = new dhtmlXMenuItemObject(“delete”,“delete”,”“,“imgs/path/some.gif”,“contextMenu”);



aMenu.menu.addItem(aMenu.menu,item);

item = new dhtmlXMenuItemObject(“insert”,“insert”,”",“imgs/path/some2.gif”,“contextMenu”);







aMenu.menu.addItem(aMenu.menu,item);

, it only shows in background and only textPlease be sure that you have included next css file�� � dhtmlxmenu/codebase/dhtmlxmenu.css