如何刪除FireFox正常顯示的下拉箭頭?我已經上傳了什麼,我下面工作的形象:如何刪除Mozilla中的下拉箭頭firefox
我使用這個CSS:
@-moz-document url-prefix(){
.class select { width: 110%; }
}
.class > select {
-moz-appearance: none !important;
text-indent: 0.01px !important;
text-overflow: "" !important;
}
請幫我解決這個問題。
http://stackoverflow.com/questions/5912791/how-to-remove-the-arrow-from-a-select-tag-in-firefox - 可能重複? – BuddhistBeast
或者你也可以閱讀這個頁面上的評論以及:https://gist.github.com/joaocunha/6273016 – BuddhistBeast
我已經使用這個http://stackoverflow.com/questions/5912791/how-to-remove-the從-a選擇標籤在Firefox代碼,但它不起作用。 –