Check out this links' "Choose a Category" drop down list, it has been styled. Does anyone know how to style a drop down box?
http://www.blogtalkradio.com/onair
THANKS!
Check out this links' "Choose a Category" drop down list, it has been styled. Does anyone know how to style a drop down box?
http://www.blogtalkradio.com/onair
THANKS!
On that page, the select just has a specified width and height, and color and font-size, e.g.:
You can also target only the select tags you want by using class or id values.Code:select { color: blue; font-size: 1.6em; width: 200px; height: 30px; }
Good luck!
Bookmarks