363858-6-ref.html (333B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 select { width: 100%; box-sizing: border-box } 6 * { -moz-appearance: none; } 7 </style> 8 </head> 9 <body> 10 <div> 11 <select> 12 <option>This is option one</option> 13 </select> 14 </div> 15 <div> 16 <select size="3"> 17 <option style="visibility: hidden">This is option one</option> 18 </select> 19 <div> 20 </body> 21 </html> 22 23