![]() |
|
Request Support
|
How to control stacking order of the menu.The menu is placed inside a DIV tag with z-index and position defined:
<DIV STYLE="z-index:0; position:relative">
<DIV STYLE="z-index:-1; position:relative">Text BELOW the submenu</DIV>
<DIV STYLE="z-index:1; position:relative">Text ABOVE the submenu</DIV>
The z-index property sets the stack order of an element. An element with greater stack order is always in front of another element with lower stack order. Note: Elements can have negative stack orders. Note: Z-index only works on elements that have been positioned (eg position:absolute;)!
Comments? |
|
Products | Purchase | Downloads | Support | Developer | Contact | Privacy Policy
Copyright © 2004 Selteco Software. All rights reserved. |