I want to define different font-family styles to options of a select, for example:
<select>
<option style="font-family:Arial;">AAAA</option>
<option style="font-family:Times New Roman;">AAAA</option>
<option style="font-family:Comic Sans MS;">AAAA</option>
</select>
But this code doesn't work in IE and Chrome Browsers.