2
我已經爲html中的select分配了背景圖像。圖像只是一個箭頭。 我的代碼是:下拉背景箭頭對齊
select {
font-style: normal;
-webkit-appearance: none;
-moz-appearance: none;
-appearance: none;
background: url("/icons/dropdown_arrow.png") 135px center;
background-repeat: no-repeat;
border: 1px solid #cacaca;
padding: 10px;
width: 156px;
border-radius: 4px; }
箭頭非常接近下出現的下降結束。
是否有移動的陣列通過向左說20像素,這樣的下拉看起來更好的方式。
我試着添加padding-left:150px,但是它隱藏了select中的選項,當下拉菜單處於關閉狀態時。
我做了5px仍然箭頭不移動。任何jsfiddle請致電 – Sandeep
@Sandeep提供可以糾正的自己的JSFiddle。 – George