<option> tag and Fonts

liunx

Guest
Is there anyway to vary the fonts used in a dropdown?<br />
<br />
The idea is as follows:<br />
<br />
<select style="height:21px; width:250px"><br />
<option><font font_style_1>Option_Text_1</font></option><br />
<option><font font_style_2>Option_Text_2</font></option><br />
<option><font font_style_3>Option_Text_3</font></option><br />
<option><font font_style_4>Option_Text_4</font></option><br />
<option><font font_style_5>Option_Text_5</font></option><br />
<option><font font_style_6>Option_Text_6</font></option><br />
</select><br />
<br />
but I tried that and it doesn't seem to work at all. If THis is not possible, is it possible to specify a font to use in the dropdown without affecting the size(height and width) of the dropdown when it is renered?<!--content-->I think this is only possible with CSS.<!--content-->
 
Back
Top