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.>
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!