我想使用图像作为选择/下拉列表的背景.以下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;}
Run Code Online (Sandbox Code Playgroud)