웹퍼블리싱/css

[CSS] select 박스 디자인

developsigner 2018. 10. 17. 14:41

select {

    padding: 7px 10px;

    font-family: inherit;

    background: url('화살표사진경로') no-repeat 93% 50%;

    background-size: .8rem;

    border: 1px solid #ccc;

    border-radius: 0px;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    font-size: 12px;

    color: #666;

    min-width: 120px;

}



반응형