I am trying to change the color of an option in a select box. I have achieved as in the first example below but i really want to do this dynamically using CSS. Is it possible to do? I tried the bottom e.g. and it didnt work.
<option style="color:red;" value="EP">EUROPCAR</option>
<option class="myclass" value="EP">EUROPCAR</option>
thanks, rich
<option style="color:red;" value="EP">EUROPCAR</option>
<option class="myclass" value="EP">EUROPCAR</option>
thanks, rich