我已经完成了
this question的答案,但到目前为止我还没有在Google Chrome中获得好运.
下面的代码在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; }
任何提示?
解决方法
应该是这样的:
option { background: transparent url(http://www.clinicalflow.com/skins/common/icons/ed_ins_img.png) no-repeat left center; padding-left: 20px; width: 200px; }
你在背景后使用分号:透明;之后那个网址是错的.