|
-
Mar 2nd, 2001, 11:29 PM
#1
Thread Starter
Hyperactive Member
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.
-
Mar 4th, 2001, 10:51 AM
#2
Do this, and do not use curly brackets.
<div STYLE='visibility:hidden'>
<SELECT NAME='RELATIONAL' onChange='TypeCheck(this)' >
<OPTION SELECTED VALUE=' = ' >=
</SELECT>
<div>
This worked in NN6 on my mashine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|