Results 1 to 3 of 3

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
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  3. #3

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



Click Here to Expand Forum to Full Width