Click to See Complete Forum and Search --> : HTML dropdown text??


ryokuin1
02-15-2002, 06:12 PM
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?

The_Hitman
02-15-2002, 10:16 PM
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...