DHTML menu appears behind form field selector dropdowns in Internet Explorer 6
|
|
|
|
|
Problem: DHTML menu appears behind html form field selector dropdowns in Internet Explorer 6. When the menu loads, it is loading behind the html form selectors (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 6 has 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.
|