0

How to add horizontal scroll to drop-down field?

JSFiddle Demo

My select>option text is too long, For this reason i want to end-user have scroll (horizontal scroll) in drop-down fields.

CSS:

#id1{
    width: 100px; 
    overflow: auto;
}
Arman Feyzi
  • 788
  • 2
  • 11
  • 28
  • http://stackoverflow.com/questions/5715705/always-show-vertical-scrollbar-in-select – Mohammad Jun 19 '16 at 09:48
  • No! @Mohammad my option text is too long, because i have to add horizontal scroll – Arman Feyzi Jun 19 '16 at 09:53
  • 1
    Possible duplicate of [Is it possible to add an horizontal scroll bar to an html select box?](http://stackoverflow.com/questions/18405484/is-it-possible-to-add-an-horizontal-scroll-bar-to-an-html-select-box) – jmattheis Jun 19 '16 at 10:13

0 Answers0