How Can We Help?
When the menu loads, it is loading behind the html formselectors (select boxes).
Unfortunately there isn’t a fixed solution to this since select boxes have an infinite Z-Index in Internet Explorer 6.
Possible Solutions:
- Try putting the select box in an iframe for Internet Explorer 6. And the main page will be in front of the Iframe.
- Note: Opera 8 has the same problem with iframes as Internet Explorer 6has with selects.
- Try to hide the select box with Javascript everytime the Menu hovers over the select box.
- Simplest fix is that the menu never overlaps the select box.