I need to make a portion of the text in a form select option label a different color to help it stand out. Anything with a () needs to be red for example. Is this even remotely possible?
<select id="product" name="product" onchange="calculatetotal();">
<option value="5">1-4 years ($5)</option>
<option value="10">5-9 years ($10)</option>
<option value="15">10+ years ($15)</option>
</select>
Ok so I’ve made something for you, tested and runs on
Firefox 15.1pretty well, but surely you’ll have trouble for cross-browser : My FiddleHTML
CSS