Answers for "hide the down arrow in a <select> box css"

CSS
-1

select box arrow hide css in ie

select::-ms-expand {
    display: none;
}
Posted by: Guest on July-03-2020

Browse Popular Code Answers by Language