Categories | Question details Back To List | ||
Menu zindex I have Menu in my main screen. But I have other elements with higher z-index. When I open the menu, shows behind my elements. How to setup/change the z-index from menu ? PS: I already tried changing the Z-index from the DIV Menu object, but doesn't work. Thanks Cleverson Answer posted by Alex (support) on Feb 16, 2009 04:59 z-index of dhtmlxMenu is 1200. You can try to increase this value using zInd internal property: menu = new dhtmlXMenuObject(); menu.zInd = new_value; ... |