我想使用图像作为选择/下拉菜单的背景。以下CSS在Firefox和IE中正常工作,但在Chrome中不可用:
#main .drop-down-loc { width:506px; height: 30px; border: none; background-color: Transparent; background: url(images/text-field.gif) no-repeat 0 0; padding:4px; line-height: 21px;}
解决方法
select { -webkit-appearance: none; }
如果需要,您还可以添加包含箭头作为背景的一部分的图像。