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.
私が作成した選択ボックスがあります.IE8を除くすべてのブラウザで問題なく表示されます.IE8では、項目は中央ではなく下部にあります.
リンク: https://dl.dropbox.com/u/107452929/select/index.html
paddingプロパティの代わりに使用heightして、リストのスタイルを設定しselectます ...
padding
height
select
select { padding:4px 0; }