Menus and Z-index

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    Menus and Z-index

    Here's a puzzle!!!!!!
    When menu item 2 is hovered over, the list of sub items passes between
    "divIndicat ors" and "divTimeBandCon tainer". It "seems" that the sub item
    list calculates its z-index based on the next object down, but objects which
    are inside that one which of course incrementally increase so the menu
    passes below them.

    How can I force the menu system to use the highest possible z-index.


    ( Kinda Pseudo code below for structure )
    <div id="divMenuCont ainer" >
    [ MENU ITEM ] [ MENU ITEM 2 ] ->[subitem1][subitem2]
    </div>
    <div id="divIndicato rs">
    <div id="divTimeband Container">
    <table......... ............... .........</table>
    </div>
    </div>



Working...