【发布时间】:2014-09-09 11:13:26
【问题描述】:
我已经完成了this question 中的回答,但到目前为止我在谷歌浏览器中还没有运气。
以下代码在 Firefox 中运行良好:
select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
text-indent: 0.01px;
text-overflow: "";
}
option {
background: transparent url(http://www.clinicalflow.com/skins/common/icons/ed_ins_img.png) no-repeat left center;
padding-left: 20px;
width: 200px;
}
有什么提示吗?
【问题讨论】: