Codelesscode
November 15th, 2001, 03:00 PM
Apology for the JavaScript question in a Java Programming discussion board.
Problem:
On a HTML page, there is a JavaScript mouse drop down navigation menu on the top, and some HTML elements in the middle area.
When a mouseover event triggers the drop down menu to display its menu item. The menu item list overlapse the page and all of its HTML elements except the <select>...</select> element. The menu items are displayed under the <select> element rather than on top of it like with all other HTML elements. This behaviour onlys occurs for the <select> drop down item.
I've already tried z-index to try and remedy the problem, but it doesn't work. The issues here appears to be how elements are layered and displayed in a browser.
Thanks in advanced for any ideas and thoughts.
Problem:
On a HTML page, there is a JavaScript mouse drop down navigation menu on the top, and some HTML elements in the middle area.
When a mouseover event triggers the drop down menu to display its menu item. The menu item list overlapse the page and all of its HTML elements except the <select>...</select> element. The menu items are displayed under the <select> element rather than on top of it like with all other HTML elements. This behaviour onlys occurs for the <select> drop down item.
I've already tried z-index to try and remedy the problem, but it doesn't work. The issues here appears to be how elements are layered and displayed in a browser.
Thanks in advanced for any ideas and thoughts.