셀렉트 메뉴 스타일 바꾸기

HTML5/크로스브라우징/CSS 2013. 1. 10. 11:42

select {

    -webkit-appearance: listbox;

}

select, input {

    width: 100%;

    height: 40px;

    line-height:40px;

    border: 1px solid #999;

    border-radius: 6px;

    margin-bottom:10px;

}