The following works in Firefox buy not in Internet Explorer:
<select>
<option> option1 </option>
<option style="font-style: bold"> option2 </option>
</select>
Are there any workarounds to allow IE to show different font styles for
different elements in a select list?