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.>
select
Similar to some of the answers, but not really stated, is to add a class to the actual option tag and use css classes...this is currently working for me without issue on IE (see above ss).
Accept and Advance Status Return for Modifications
CSS:
.greenColor{ background-color: #33CC33; } .redColor{ background-color: #E60000; }