select {
border: solid 1px #000;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
padding-right: 14px;
background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
}
select::-ms-expand { display: none; }
background:none;//下拉三角为背景图可以自定义
原文:http://www.cnblogs.com/jessical626/p/6370902.html