| 
      Return to Recent Questions How do I get the menu pop up to have a higher z-index so it displays on top on the tabs? 
 
 Q:
 If I have a Menu and Tab control on the same page, how do I get
 the menu pop up to have a higher z-index so it displays on top on the tabs?
 
 I want the main menu to display above the Label/Candle tab control.
 
 A:
Deluxe Tabs has z-index = 2000
 Deluxe Menu has z-index = 1000
 
 You can open dmenu.js file in any text editor and find the following code:
 
 dmZOrder=1000
 
 Change it to
 
 dmZOrder=2050
 
 
 
 
 
 
 Return to Recent Questions
 
 Related:
 
 
         Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
Sep 15, 2006 - Are vertical menus also supported? I don't see any in the javascript menu examples.
Sep 17, 2006 - How can your javascript onmouseover menu be set to open by click?
Sep 18, 2006 - The submenus of the cross frame menu are offset by about 100 pixels to the right.
Sep 26, 2006 - Firefox doesn't support the dropshadow and effects in the javascript pull down menu.
Oct 06, 2006 - How can I use right-to-left languages in javascript popupmenu?
Oct 12, 2006 - Can I create a scroll vertical menu on the right side and the subnav popout on the LEFT?
Oct 20, 2006 - Can you let me know, if javascript moving menu supports search engine friendly code?
Oct 21, 2006 - It appears that this javascript expand menu only supports IE (on the PC and Mac).
Oct 29, 2006 - When I purchse your javascript select menu, does this include any future updates?
Oct 31, 2006 - Is it possible to use the AXAJ-Like technology and Javascript-API in css pop up menu?
 |