WebPublisher/CSS

[CSS] reset.css selectbox 셀렉트박스 리셋

amanda 2023. 10. 16. 14:30
select{
	background-image: url('../img/sub/bg_selectbox.png') !important;
	background-position: right 15px center;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}