-
Dear all,
The following does not work in Netscape. I am trying to have a hidden listbox. My HTML is as follows
<SELECT NAME='RELATIONAL' onChange='TypeCheck(this)' STYLE='{visibility:hidden}'>
<OPTION SELECTED VALUE=' = ' >=
</SELECT>
The style property does not work in Netscape. I have tried it in both Netscape 4 and 6.
-
I believe netscape uses "show" and "hide" for visibility properties. I don't usually write alot of NS code though..
-
Well I solved it using STYLE tag. I created a style with visibility hidden and applied it to the list box.