How do I make the javascript sample code come to the front of the text?
Return to Recent Questions
Q:
I am struggling with my menu on my site the submenu is under the
main text area. How do I make the submenu come to the front.
A:
Check your z-index for <DIV id=navigation>.
Try to write 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
|