Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Firefox で選択リストのスタイルをすべて非表示にする方法はありますか? -webkit-appearance: button; を使用して Webkit ブラウザーで実行しました。
理想的には、すべてのブラウザーに対応するソリューションのようなものですが、Firefox と Webkit が私にとって最も重要です。ありがとう
これらを追加して、すべてのブラウザーで実行します。
appearance: button; -o-appearance: button; -ms-appearance: button; -moz-appearance: button; -khtml-appearance: button; -webkit-appearance: button;