Is there a way to set fonts for different entries in pulldown lists? Specifically, I want the first item in the list to be a different color and size from the rest of the items in the list. I tried this:
but it seems the browser ignores tags within an <option> tag. TIA.
Code:
<option value="General/directory.pdf"><font color="#0000ff" size="+1">Directory</font></option>