FP 2000, Windows XP Can the background of a Drop Down Menu be changed? Earl
E Earl Partridge Mar 27, 2009 #1 FP 2000, Windows XP Can the background of a Drop Down Menu be changed? Earl
S Steve Easton Mar 27, 2009 #2 Do you meana dropdown select? The answer is yes using CSS. Assuming that the id of your dropdown select is setit like this: <p align="center"><select id="setit" name="pickone" size="1"> the following CSS in the head section of the page will color the background aqua: <style type="text/css"> #setit{ background-color:aqua; } </style> -- Steve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm FP 2000, Windows XP Can the background of a Drop Down Menu be changed? Earl
Do you meana dropdown select? The answer is yes using CSS. Assuming that the id of your dropdown select is setit like this: <p align="center"><select id="setit" name="pickone" size="1"> the following CSS in the head section of the page will color the background aqua: <style type="text/css"> #setit{ background-color:aqua; } </style> -- Steve Easton Microsoft MVP FrontPage FP Cleaner http://www.95isalive.com/fixes/fpclean.htm Hit Me FP http://www.95isalive.com/fixes/HitMeFP.htm FP 2000, Windows XP Can the background of a Drop Down Menu be changed? Earl