Tôi muốn xóa mũi tên thả xuống khỏi <select>
phần tử HTML . Ví dụ:
<select style="width:30px;-webkit-appearance: none;">
<option>2000</option>
<option>2001</option>
<option>2002</option>
...
</select>
Làm thế nào để làm điều đó trong Opera, Firefox và Internet Explorer?
#slectType { -webkit-appearance: none; appearance: none /*menulist*/
! Các trình; max-width: 300px; line-height: 0px;} input[type='text'], select {max-height: 30px;max-width: 300px; text-align-last: center; /*text-indent: 5px;*/} button:hover {color: #FFF;background-color: #566977;box-shadow:none;border-color: #759AB5;} #errorMSG{z-index: 2147483647;}
duyệt quan trọng [CH: -webkit, FF: -moz, IE: -ms, Oprea: -o];