Click to See Complete Forum and Search --> : How to Use Different Font in a SELECT element?


JenessaHuynh
10-06-2005, 05:16 AM
Hi All,

I am going to use different fonts in a SELETCT element, however, it only works correctly in Firefox browser. Please hlep me to make them run on IE6.0. Here are my source code:

<select>
<option value="" selected="selected">--Select--</option>
<option style="font-family: Arial,Sans Serif;" value="Arial">Arial</option>
<option style="font-family: Courier;" value="Courier">Courier</option>
<option style="font-family: Helvetica,Sans Serif;" value="Helvetica">Helvetica</option>
<option style="font-family: Verdana;" value="Verdana">Verdana</option>
<option style="font-family: Times New Roman;" value="Times New Roman">Times New Roman</option>
</select>

Thanks,

Jenessa Huynh

LiLcRaZyFuZzY
10-06-2005, 05:46 AM
i don't think you can do that at all in IE

felgall
10-06-2005, 04:00 PM
Antiquated browsers such as IE6 do not have as much support for CSS as more modern browsers do.

JenessaHuynh
10-06-2005, 10:59 PM
Thank you very much :) ! I wonder if Microsoft IE have any official document related to not supporting different font in SELECT element? Could you please share it to me?

Thanks,

Jenessa Huynh

LiLcRaZyFuZzY
10-07-2005, 12:58 AM
aah...if they had documents for everything they don't support, the world would be flooded with documents..