我想樣式選擇,它幾乎完美的作品,但在谷歌瀏覽器behvior是不同的,我修復了與-webkit-appearance: none;
但這刪除也選擇箭頭。 我嘗試爲我的選擇設置一個箭頭,但它在Chrome中不可見,因爲我使用了多個背景。我該怎麼做才能在Chrome上設置箭頭。設置在Chrome中選擇的漸變背景
select{
width:120px;
margin:10px;
background:url(http://s14.postimage.org/jls6v1ywt/select_background.png),
url(http://s13.postimage.org/edsg65ss3/select_arrow.jpg);
background-position: center center,100% 53%;
background-repeat: repeat-x, no-repeat;
border:1px solid #DDDBD7;
-webkit-appearance: none;
}
檢查我的例子:
http://jsfiddle.net/DCjYA/359/