horizontal bar in select box

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

    horizontal bar in select box

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

    Code: ( php )
    sample code
    <select style="width:10 0px">
    <option>This is the sample drop down to be shown when the form loads</option>
    <option>sample2 </option>
    <option>sample3 </option>
    </select>
Working...