我有一個奇怪的問題與Firefox與以下CSS上0像素:Firefox的下拉箭頭,當邊界的每個元素和1px的上選擇
* {
margin: 0;
padding: 0;
border: 0;
}
select {
border: 1px solid #A3A3A3;
}
在Chrome行爲正確:
但在Firefox中我得到這個:
當我刪除了 「邊界:0」 和 「邊界:1px的固體#A3A3A3」;性能,它工作正常:
如何獲得Chrome和Firefox相同的顯示任何建議?由於
採取這裏看看http://stackoverflow.com/questions/6787667/what-is-the-correct-moz-appearance-value-to-hide-dropdown-arrow-of-a-select#answer-18327666 – delueg
我已經檢查過這個。我不想刪除箭,我只是想給想在畫面顯示出來,用文字和箭頭 –
爲什麼不能用自己的箭頭樣式它之間的填充? – delueg