select 화살표 숨기기 css style

::-ms-expand는 IE 전용!

 

select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
text-indent: 1px;
text-overflow: ”;
}

select::-ms-expand {
display: none;
}