この回答に従ってhttps://stackoverflow.com/a/17713753/407943
同じソリューションを実装しようとしましたが、Windows 7 Firefox 22 では機能しません。次のようになります。
select {
-moz-appearance: window;
-webkit-appearance: none;
background: #f5f5f5 url("/images/arrow_down.png") right center no-repeat;
padding-right: 20px;
}
@-moz-document url-prefix() {
.wrapper {
background: #f5f5f5 url("/images/arrow_down.png") right center no-repeat;
padding-right: 20px;
}
}
編集: ここに jsfiddle がありますhttp://jsfiddle.net/TGBEZ/1/