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.
我遇到了一个问题。我们知道当 chrome 中的元素数量超过 20(Firefox 中为 30)时,select 将显示一个垂直滚动条。当元素数量超过特定数量时,我们能否找到一种显示垂直滚动条的方法。下面是一个例子:
感谢您的任何建议。
在垂直滚动条中使用大小来更改默认值
将列表的“ size”属性设置为特定的计数值。例子:
size
<select size="yourSpecificValue"> </select>
如果列表中的项目超过此值,将自动添加滚动条。