Search
 
SCRIPT & CODE EXAMPLE
 

CSS

select list hide default arrow

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

select box arrow hide css in ie

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

PREVIOUS NEXT
Code Example
Css :: make text not selectable html js css 
Css :: remove box shadow css 
Css :: css media query aspect ratio 
Css :: css remove scrollbar from body 
Css :: change scroll style angular 
Css :: center div in tailwind css 
Css :: move button to right css 
Css :: center grid 
Css :: tailwind border bottom 
Css :: css horizontal ul 
Css :: center image css 
Css :: how to hide scrollbar css 
Css :: center div absolute 
Css :: css safari remove scrollbar 
Css :: css photo circle 
Css :: how to add box shadow to all sides css 
Css :: lato font family css 
Css :: rust get current date 
Css :: before css font awesome 
Css :: glass div generator 
Css :: mirror css a pseudo :after or :before 
Css :: gulp with pm2 
Css :: Install Node Sass/Scss 
Css :: how to outline text in css 
Css :: on clicking a link it gets red color 
Css :: secondline ellipsis 
Css :: sass compile minified 
Css :: background color for whole page css 
Css :: remove border radius select css 
Css :: inter 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =