select box arrow hide css in ie

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

Also in CSS: