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>
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>