Is there a way to change the background or button colors on HTML drop-down menus? (code below)?

<form> <select name=""> <option name="1">text</option> <option name="2">text</option> <option name="3">text</option>

Public Comments

  1. yes theres is just change the color & replace all the @'s to enything u want <center> <select style="color:yellow; background-color:black; font-family:impact; font-size:12px; width:190px;"> <option><b>@@@@@ <option>@@@@ <option>@@@@ <option>@@@@@ <option>@@@@@ <option>@@@@@ </select> <select style="color:yellow; background-color:black; font-family:impact; font-size:12px; width:190px;"> <option>@@@@ <option>@@@@ <option>@@@@ <option>@@@@ <option>@@@@ </select></center>
Powered by Yahoo! Answers