Forum Moderators: open
option.blue{color:#000080;background:transparent}
<option class="blue">Blue Option</option>
Quick Tip:
Use the <optgroup> tag to add structure to your selects...
<optgroup label="Option Group Name">
<option>Option</option>
</optgroup>