[CSS] - Input clear `X ` 버튼 제거 ( IE, Chrome, Firefox )
HTML and CSS 2016. 6. 22. 19:27반응형
input::-ms-clear,
input::-ms-reveal {display: none; width : 0; height: 0;}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration { display: none; }
반응형
'HTML and CSS' 카테고리의 다른 글
[CSS] - 더블클릭시 단어 블록 해제 ( double click ), user-select (0) | 2017.10.10 |
---|---|
[CSS] - HTML 배경화면이미지 가득채우기 IE8도 지원 (0) | 2013.10.16 |
[HTML] - <nobr> 태그 웹표준으로 쓰기 (0) | 2013.07.10 |
[CSS] - box shadow, innner, inset (0) | 2013.03.14 |
[CSS] - Border Radius 라운드 모서리 CSS (0) | 2013.03.14 |