Hi all, can't seem to find this via a search though I'm sure it's been answered. How can I color some text in a select box option? Something like this (though this doesn't work):
I just want the word "here" to be red if that's possible.
TIA!
Code:
<form>
<select name="something" size=1>
<option value="">something goes <span style="color:red">here</span></option>
</select>
</form>
TIA!