348516-2-notref.html (197B)
1 <html><head> 2 3 <style> 4 5 select { 6 width: 200px; 7 } 8 option { 9 padding: 0; 10 background-color: cyan; 11 } 12 </style></head><body> 13 14 <select size="3"> 15 <option>left</option> 16 </select> 17 18 </body></html>