查找了很久,发现是图片格式问题,把png格式的转换成gif的就没有问题了。。。。
附相关代码,主要是html的:
复制代码代码如下:
.select{ width:180px; height:29px; overflow:hidden; border:solid 1px #339999; border-radius:5px; background:url(images/arrow.gif) no-repeat 137px 0px;}
.select-style select{ padding:2px; background:transparent; width:200px; font-size: 16px; border:none; height:24px; -webkit-appearance: none; appearance:none;}



