horizontal bar in select box

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

    #1

    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
    [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>[/php]
    Last edited by ronverdonk; Mar 17 '08, 10:04 AM. Reason: code tags
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Please enclose your posted code in [code] tags (See How to Ask a Question).

    This is a HTML question, so I will move this thread.

    MODERATOR

    Comment

    Working...