I would like to know is there any way to set the color of the button in drop-down menu.
Below is the sample HTML object (select) that I would like to set its button color.
Code:
<html> <select style="border-bottom:1px solid #dadada"> <option>Menu Item 01</option> <option>Menu Item 02</option> </select> </html>
Leave a comment: