Re: Change font colors in a drop down menu
I would want to underline, italicize, and/or make bold an option in the drop down menu.
<select>
<option selected>groceries
<option>milk
<option>cheese
<option>bread
<option>cookies
</select>
Say I wanted bread to be underlined and italicized and bold. Or I just wanted it bold. How would I do something like that.
|