간단한 select 미화

713 단어 htmlcssjs
오늘 작은 페이지에 select를 추가합니다. 기본적으로 너무 못생겼습니다. 이 페이지에 다른 파일이 도입되었습니까? (jq도...)그리고 초간단한 미화가 있는지 찾아봤는데 그중 두 개가 좋은 기록을 가지고 있었어요.
1. 순수 css+html 단순 미화 select
html:
 

CSS:
.shortselect{  
    background:#fafdfe;  
    height:28px;  
    width:180px;  
    line-height:28px;  
    border:1px solid #9bc0dd;  
    -moz-border-radius:2px;  
    -webkit-border-radius:2px;  
    border-radius:2px;  
}  

2. css+js+html
http://www.dowebok.com/demo/196/

좋은 웹페이지 즐겨찾기