Change select box option background color

后端 未结 10 923
挽巷
挽巷 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:11

    I don't know if you've considered it or not but if your application is based on coloring various groupings of items you should probably use the tag coupled with a class for further referencing. For example:

    
    

    and then in the head of your document write the css like this:

    
    

提交回复
热议问题