'How do I specify the background colour in an HTML select using CSS (without using multiple)?

Does anyone know how to format HTML select/option lists without using multiple? I cannot get the CSS background-color to work at all. I have tried putting it on the select, I have tried putting it on the option, but nothing works.

(If I use multiple, then the formatting works, but I get other problems).



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source