<html><head> <style> select { width: 200px; } option { padding: 0; width: 50%; background-color: cyan; } </style></head><body> <select size="3"> <option>right</option> </select> </body></html>