2

Firefox で選択リストのスタイルをすべて非表示にする方法はありますか? -webkit-appearance: button; を使用して Webkit ブラウザーで実行しました。

理想的には、すべてのブラウザーに対応するソリューションのようなものですが、Firefox と Webkit が私にとって最も重要です。ありがとう

4

1 に答える 1

2

これらを追加して、すべてのブラウザーで実行します。

appearance: button;
-o-appearance: button;
-ms-appearance: button;
-moz-appearance: button;
-khtml-appearance: button;
-webkit-appearance: button;
于 2012-05-14T13:49:02.273 に答える