Results 1 to 2 of 2

Thread: Hidden list-box

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266
    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.

  2. #2
    Guest
    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
  •  



Click Here to Expand Forum to Full Width