PDA

Click to See Complete Forum and Search --> : Hidden list box


msdnexpert
Mar 2nd, 2001, 10:29 PM
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.

monte96
Mar 3rd, 2001, 01:27 AM
I believe netscape uses "show" and "hide" for visibility properties. I don't usually write alot of NS code though..

msdnexpert
Mar 3rd, 2001, 03:10 AM
Well I solved it using STYLE tag. I created a style with visibility hidden and applied it to the list box.