Applet Layer under Menu

I have an HTML page with a menu system that involves HTML tables, Javascript and Layering.<br />
<br />
The first element on the page under the menu is an applet. But when I drop the menu down, if it tries to occupy the same space as the applet, it dissappears behind the applet.<br />
<br />
I have tried some layering stuff, and setting the z-index of the applet lower than that of the menu, but the menu still disappears.<br />
<br />
Any ideas?<!--content-->well, your not going to get very far placing an applet/ flash menu below form elements. One approach would be to place the applet in a div, and hide the div when the form elemets are accessed.<!--content-->
 
Back
Top