is there anyway to change what font is displayed in a dropdown menu on a webpage? im begining to think that this is a client side windows setting but am not completly sure. anyone have any ideas?
Printable View
is there anyway to change what font is displayed in a dropdown menu on a webpage? im begining to think that this is a client side windows setting but am not completly sure. anyone have any ideas?
Oh... get to show my CSS skilz...
Can do it using CSS...
Example..
<SELECT NAME=my_menu
STYLE="font-family : monospace;
font-size : 12pt">
<OPTION>Red
<OPTION>Green
<OPTION>Blue
</SELECT>
This will work in IE but not Netscape...