need horizontal scrollbar for a select box which has fixed width

Discussion in 'Web Design, HTML And CSS' started by ramchml, Oct 12, 2007.

  1. ramchml

    ramchml New Member

    Joined:
    Oct 12, 2007
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    i want to add a horizontal scroll bar in select box which has fixed width.i tried using overflow:auto; it is not working properly is there any other solution.
    i tried like this
    <div style="overflow:auto;width:300px;" align="left">
    <select name="selectedTree" id="selectedTree" multiple size="16" align="left">
    </select>
    </div>
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice