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超过 50option秒的。现在,当我单击时select,选项将弹出并离开页面而没有任何滚动条。
select
option
所以我无法选择和查看超过 20 个选项。如果s 超过 15 或 20 个项目 , 如何强制select元素具有垂直滚动条?option
我不想使用size=?,因为它垂直扩展了我的选择框。
size=?
检查选择框是否正确创建<select></select>并且每个选项的构造都像
<select></select>
<option value="value">option name</option>
在选择框中。