Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/83.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html firefox中的下拉列表设计_Html_Css_Firefox_Select_Html Select - Fatal编程技术网

Html firefox中的下拉列表设计

Html firefox中的下拉列表设计,html,css,firefox,select,html-select,Html,Css,Firefox,Select,Html Select,Opera,Chrome: 火狐: 我的css: width: 170px; height: 25px; font-family: arial; color:#9E9E9F; font-size: 12px; border-color:#EFEFEF; border-width: 1px; -webkit-appearance: none; -moz-appearance:none; background: url(../img/select-ar.fw.png); background-re

Opera,Chrome:
火狐:

我的css:

width: 170px;
height: 25px;
font-family: arial;
color:#9E9E9F;
font-size: 12px;
border-color:#EFEFEF;
border-width: 1px;
-webkit-appearance: none;
 -moz-appearance:none;
background: url(../img/select-ar.fw.png);
background-repeat: no-repeat;
background-position: 150px 8px;
cursor: pointer;
padding-left: 3px;
letter-spacing: 0.6pt;
它想要什么


如何在firefox中修复它?

您只能使用
:after
elment来修复它,它覆盖了原始的
select