728x90
화살표 이미지 변경하는 방법
html
<select></selcet>
css
select {
-webkit-appearance: none; /* for chrome */
-moz-appearance: none; /*for firefox*/
appearance: none;
background: url(화살표로 사용하고 싶은 이미지 url) no-repeat 95% 50%;
}
select::-ms-expand {
display: none;
} // IE 10, 11 네이티브 화살표 숨기기
</style>
728x90
'CSS' 카테고리의 다른 글
[css] 텍스트 블럭 방지 (0) | 2022.08.02 |
---|---|
checkbox 기본 아이콘 크기 키우기 (0) | 2022.07.07 |
wrap-overflow vs word-break 차이점 (0) | 2022.04.18 |
width가 %일 때, ellipsys로 글자 생략하기 (0) | 2022.04.11 |
[CSS] 여러 줄 텍스트. 보이는 줄 제한하기 (0) | 2022.02.08 |
댓글