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.
固定幅の asp:dropdownlist は、Ie8 のコンテンツの長さに応じてオプションを自動的に展開できません。
width の代わりに min-width プロパティを使用してみてください。そうすれば、拡張する必要がある場合に拡張できます。例:
select { min-width:300px; }