|
Use the following code as a reference: <select style=" width: 200px; *width in pixels* background-color: #color code; color: #color code; font-family: font name; font-size: 9px; "> <option>Category1</option> <option>Category 2</option> <option>Category 3</option> <option>Category 4</option></select> code = <select style=" width: 200px; background-color: pink; color: #000000; font-family: verdana; font-size: 9px; "> <option>List Item 1</option> <option>List Item 2</option> <option>List Item 3</option> <option>List Item 4</option></select>
|