Change select box option background color

后端 未结 10 924
挽巷
挽巷 2020-11-22 08:55

I have a select box and I\'m trying to change the background color of the options when the select box has been clicked and shows all the options.

10条回答
  •  不要未来只要你来
    2020-11-22 09:28

    Here it goes what I've learned about the subject!

    The CSS 2 specification did not address the problem of how form elements should be presented to users period!

    Read here: smashing magazine

    Eventually, you will never find any technical article from w3c or other addressed to this topic. Styling form elements in particular select boxes is not fully supported however, you can drive around... with some effort!

    Styling HTML Form Elements

    Building Custom Widgets

    Don't waste time with hacks e such read the links and learn how pros get the job done!

提交回复
热议问题