【发布时间】:2016-05-11 18:06:39
【问题描述】:
我看到this answer 在select 元素上渲染一个箭头:
select {
width: 268px;
padding: 5px;
font-size: 16px;
line-height: 1;
border: 0;
border-radius: 5px;
height: 34px;
background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #ddd;
-webkit-appearance: none;
background-position-x: 244px;
}
http://jsfiddle.net/qhCsJ/4120/
它适用于 Chrome。
对于 Firefox,-moz-appearance: none; 可以解决问题。
但是对于 IE 我就不知道了。
【问题讨论】:
标签: css