 |

steve777
New User
Aug 9, 2004, 9:52 AM
Post #1 of 1
(3004 views)
Shortcut
|
|
Changing dropdown font size
|
Can't Post
|
|
I stumbled across the following fix to the SUBJECT today, and thought I would share with the community. To change the size font used in a dropdown, the following code works: <select name=dropdown_name STYLE="font-size:12pt"> Further, to change the color as well, here it is: <select name=dropdown_name STYLE="color:blue;font-size:12pt"> NOTE: for some reason, placing color 1st works, versus after size. Enjoy!
|
|
|  |
|