I have set up the excellent menu and all links are working fine. When a level 1 menu is displayed it overlaps a form on my html page. The menu items
appear behind the form elements when they overlap a in the form. If the menu item overlaps a submit button on the form then it
appears in the foreground correctly. Any pointers would be appreciated (IE5.0, Win NT4.0)
regards
Andy
tigra
Administrator
Posts: 1990
Registered: 6/17/2002
Location: US, CO
Member Is Offline
posted on 8/28/2002 at 07:07 AM
This topic is discussed in Tigra Menu PRO forum at:
http://www.softcomplex.com/forum/viewthread.php?tid=10
(Popping menus "Forward")
David Lal
Newbie
Posts: 1
Registered: 11/27/2002
Member Is Offline
posted on 11/27/2002 at 10:00 AM
Menu to appear on top of form option select box
I found no way to make the menu genuinely paint on top of form option boxes and this for me is a major flaw in an otherwise excellent menu system.
However, by modifying the onMouseOver() and onMouseOut functions in menu.js the visibility of a given form can be turned on and off thereby allowing
the menu to appear correctly. For instance:
document.forms[0].style.visibility='hidden'
or back on again:
document.forms[0].style.visibility='visible'
Probably not at all cross-browser compatible but it works with IE6.