|
How do I make the horizontal css menu come to the front of the text?
Return to Recent Questions
Q:
How do I make the submenu come to the front?
I am struggling with my horizontal css menu on my site the submenu is under the
main text area.
A:
Check your z-index for <DIV id=navigation>.
Try to specify z-index for it, for example, so:
<DIV id=navigation style="Z-INDEX: 10; LEFT: 0px; WIDTH: 170px; POSITION: absolute; TOP: 5px; HEIGHT: 600px">
Try that.
Return to Recent Questions
Related:
- March 12, 2007 - I don't understand, how can change place of the icon in button context menu...
- March 18, 2007 - I am getting a Javascript error, when accessing any of the popup menu in java.
- March 20, 2007 - Is it possible to have the "parent" items of the javascript image menu be purely an image?
- March 21, 2007 - How can we increase the width of the vista style buttons of dhtml popup menu?
- March 23, 2007 - Submenus of the rollover menu disappears not fast enough...
- Apr 02, 2007 - Where can I change the font size of the top dhtml menu dropdown items?
- Apr 03, 2007 - I would like to change the height of the submenu items in the popup menu javascript...
- Apr 10, 2007 - I can not figure out how to fix the menu for website from going off the page in Mozilla...
- Apr 11, 2007 - I have the dynamic menu creation somewhat in location, none of the settings are correct...
- Apr 13, 2007 - What the options of CSS parameters in the cascade menu javascript?
- Apr 16, 2007 - The popup menu gives me the top level of the javascript submenu...
|