|
-
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 3rd, 2001, 02:27 AM
#2
Frenzied Member
I believe netscape uses "show" and "hide" for visibility properties. I don't usually write alot of NS code though..
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Mar 3rd, 2001, 04:10 AM
#3
Thread Starter
Hyperactive Member
Well I solved it using STYLE tag. I created a style with visibility hidden and applied it to the list box.
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
|