input form layering

admin

Administrator
Staff member
I have a Javascript mouseover pop up drop down that gives me links when I put my mouse over a link. It works great but when the pop up drop down goes over a form input part the input part (the rectangular input entry area) seems to always show up (only the rectangular entry part) over the pop up drop downs. In other words I cant hide the input form rectangular box as it seems to be the primary layer that never disappears. Anyway to make an input form not be the primary layer all the time? I dont want it to be hidden but want my pop up drop downs to layer over the input form entry. Anyone have any suggestions??? I am working with Netscape 4.

Here is my form entry.

<form action="form.html">
<input type="Text" name="myname">

</form>
 
Back
Top