styling HTML form list box with CSS or jQuery

后端 未结 2 1822
一生所求
一生所求 2021-01-28 11:06

I want to simply change the colors and define the edges of a multiple line select box, or list box.

I have seen a few threads on similar subjects, but not quite the solu

相关标签:
2条回答
  • 2021-01-28 11:34

    Try these

    http://www.devirtuoso.com/2009/08/styling-drop-down-boxes-with-jquery/

    http://www.adamcoulombe.info/lab/jquery/select-box/

    EDIT:

    Use this jQuery SelectBox plugin

    The output will be like this

    0 讨论(0)
  • 2021-01-28 11:46

    there is no possibility to do this just with CSS. Take a look at this plugin: github.com/vladfr/jquery-coolmultiple

    0 讨论(0)
提交回复
热议问题