horizontal scroll bar in the drop down box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shankari07
    New Member
    • Sep 2007
    • 16

    horizontal scroll bar in the drop down box

    dear frnds,
    I have a select box in php which is filled with data.The data is too long so that the i couldn't see it in the drop down fully .
    I need to scroll horizontallly for that.
    can we have a horisontal scroll bar in the drop down

    [HTML]Code: ( html )
    sample code
    <select style="width:10 0px">
    <option>This is the sample drop down to be shown when the form loads</option>
    <option>This data is too long to be seen fully in the drop down</option>
    <option>sample3 </option>
    </select>[/HTML]
  • harshmaul
    Recognized Expert Contributor
    • Jul 2007
    • 490

    #2
    unfortunatly this can't be done.

    Comment

    • Death Slaught
      Top Contributor
      • Aug 2007
      • 1137

      #3
      The only other option I can think of is setting the width of your options to match the length of your text.

      Thanks, Death

      Comment

      Working...