html select scroll bar

后端 未结 2 486
悲哀的现实
悲哀的现实 2020-12-05 12:04

how do you add a scroll bar to the html select box? is there any javascript library that emulate this behavior?

or is there anyway to redesign, the interface I have

2条回答
  •  北海茫月
    2020-12-05 12:33

    Horizontal scrollbars in a HTML Select are not natively supported. However, here's a way to create the appearance of a horizontal scrollbar:

    1. First create a css class

    
    

    2. Wrap the SELECT inside a DIV - also, explicitly set the size to the number of options.

提交回复
热议问题