Possible Duplicate:
Internet Explorer: drop down does not display option font family
I would like to modify the select's font family. Unfourtunatly it works only in firefox:
<select>
<option value="times" style="font-family: times;">Times</option>
<option value="arial" style="font-family: arial;">Arial</option>
<option value="garamond" style="font-family: garamond;">Garamond</option>
</select>