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.
select HTML 要素があり、css クラスを配置します
.selectbox{ padding:0.3em; }
しかし、これは IE 7 では機能しません。
selectInternet Explorer 7 では、要素にパディングを設定できません。
select
これらの種類の制限は、OS コントロール要素を使用する可能性があるため、フォーム コントロールでは一般的です。
回避策の 1 つは、選択境界線をオフにし、周囲の要素を作成し、その要素にパディングを与えることです。
これを見てください-
http://quirksmode.org/
IE では<!DOCTYPE>、古いバージョンでも宣言が必要です。
<!DOCTYPE>