代码如下:
HTML:
<divclass="select-style">
<select>
<optionvalue="city1">合肥</option>
<optionvalue="city2">南京</option>
<optionvalue="city3">芜湖</option>
<optionvalue="city4">杭州</option>
</select></div>
CSS:
.select-style{
border:1pxsolid#ccc;
width:120px;
border-radius:3px;
overflow:hidden;
background:#fafafaurl("image/greatwall.jpg")no-repeat90%50%;
}
.select-styleselect{
padding:5px8px;
width:130%;
border:none;
box-shadow:none;
background:transparent;
background-image:none;
-webkit-appearance:none;
color:lightblue;
}
.select-styleselect:focus{
outline:none;
}


本文转载自中文网


本文转载自中文网
如需转载,请注明文章出处和来源网址:http://www.divcss5.com/css3-style/c56683.shtml