Connecting Tech Pros Worldwide Forums | Help | Site Map

Menus and Z-index

Microsoft Newsserver
Guest
 
Posts: n/a
#1: Jul 7 '08
Here's a puzzle!!!!!!
When menu item 2 is hovered over, the list of sub items passes between
"divIndicators" and "divTimeBandContainer". 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="divMenuContainer" >
[ MENU ITEM ] [ MENU ITEM 2 ] ->[subitem1][subitem2]
</div>
<div id="divIndicators">
<div id="divTimebandContainer">
<table.................................</table>
</div>
</div>




Closed Thread