CSS Custom Dropdown Select that works across all browsers IE7+ FF Webkit

后端 未结 6 508
闹比i
闹比i 2020-12-30 19:37

I would like to make a custom dropdown that works across all the browsers. I created one here but the arrow is not clickable. If I set it as the background for the select, t

6条回答
  •  半阙折子戏
    2020-12-30 19:37

    You might check Select2 plugin:

    http://ivaynberg.github.io/select2/

    Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.

    It's quite popular and very maintainable. It should cover most of your needs if not all.

提交回复
热议问题