Results 1 to 2 of 2

Thread: dropdown size

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    ma,usa
    Posts
    485
    I'm hoping this is really easy but I can't do it. How do I define the size of an interactive dropdown so when I populate it with "1" it's the same size as when it's populated with "123456789...". Currently my form resizes every time I refresh the dropdown and this is ticking off my users. I tryed using "size" and it ignored me.
    Ex:
    <OPTION size = 15 value=RS("blah")>RS("blah")</OPTION>

    Thanks
    JoeyO

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Your size attribute should be in the select tag not the option. Because it is the same for the entire select tag. You can't have one be one size and another be a different size so there is no size attribute for the option tag.
    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..

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