Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I hide form fields?

Status
Not open for further replies.

wood

MIS
Aug 3, 2000
139
CA
My problem stems from a browser defect in that my navigation menus (that are layers/divs) overlap form fields. I have figured out that I must hide the form fields when the navigation menu is open.

Here is the exact problem.

I am trying to hide the text box, and select box by using the following code.

document.BILLNO.style.visibility = visible
or
document.BILLNO.style.visibility = hidden

This works fine in IE, but in Netscape I get the following error: "document.BILLNO has no properties".

Does anyone have any suggestions?
 
I dont think netscape supports CSS. :
ill try to find another way to help you. The pen is mightier than the sword.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top