Click to See Complete Forum and Search --> : PLEEEEASE HELP!!! Drop down menu color???
SnugglyDuck07
03-31-2003, 06:10 PM
Someone...PLEASE help! I entered the script for a normal drop-down menu. It worked out pretty well, but I forgot how to make the text and background in the box different colors. Please reply to my post. It would be greatly helpful and appreciated.
DaveSW
04-01-2003, 06:02 AM
How about
<select name="mymenu" size="1" style="color: #8CB0E6; background-color: black;">
<option selected>Option One</option>
<option>Option Two</option>
</select>
dave
SnugglyDuck07
04-03-2003, 06:41 PM
Thanks...I will see what I can do with that.