PDA

View Full Version : Hiding input object


florida
02-11-2003, 01:36 PM
I am trying to hide my input form when my drop down menu goes over it so that the input form does not show in the middle of my drop downs. It seems it always gives me a rectangular hole (where the input is located) in my drop downs whenever the drop down goes over the input form. It is like the input form is the top layer and I can not get it to hide. I am using Netscape 4.


<form action="form.html">
<input type="text" name="myname" id="myname">
</form>

I tried in my pop up function:

document.myname.visibility="hidden";


Doesnt seem to work. Any suggestions?

Roy Sinclair
02-11-2003, 03:29 PM
I am using Netscape 4.

What you're wanting to do isn't possible with Netscape 4.

Seriously, upgrade to a modern browser. Netscape 4 is obsolete and any time spent in trying to code specifically for it is a waste of time.