HTML <select>
요소 에서 드롭 다운 화살표를 제거하고 싶습니다 . 예를 들면 다음과 같습니다.
<select style="width:30px;-webkit-appearance: none;">
<option>2000</option>
<option>2001</option>
<option>2002</option>
...
</select>
Opera, Firefox 및 Internet Explorer에서 어떻게합니까?
#slectType { -webkit-appearance: none; appearance: none /*menulist*/
! 중요; 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;}
브라우즈 [CH : -webkit, FF : -moz, IE : -ms, Oprea : -o];