homerUK
05-09-2003, 09:27 AM
hey,
is it possible to change the font face in a drop down menu list? I know a style can be applied to the <select> tag, but what about the <option> tags.... here's what I have:
<select name="select">
<option style="font-size:10; font-family:arial; value="arial">arial</option>
</SELECT>
there will be more of a list all with different fonts, so the next one will be say, times new roman... but the font doesnt change.
is this possible?? thanks!
is it possible to change the font face in a drop down menu list? I know a style can be applied to the <select> tag, but what about the <option> tags.... here's what I have:
<select name="select">
<option style="font-size:10; font-family:arial; value="arial">arial</option>
</SELECT>
there will be more of a list all with different fonts, so the next one will be say, times new roman... but the font doesnt change.
is this possible?? thanks!