Categories | Question details Back To List | ||
dhtmlXTabbar under menu I'm using a page with a Menu ad under the Tabbar; when i open the menu the windows appare under tabbar. I tryed to use z-index in div style without success. Have some sugges for my problem. Thanks and best regards. Alex Answer posted by Support on May 15, 2008 07:55 Setting z-index for parent container will not resolve problem, because it will change z-index only for top level of ment. The z-index of menu sub-panels can be set by menu.setZIndex(N)
|