限制选择下拉列表的显示高度
我有一个带有很多 的
的高度?
I have a <select>
with a lot of <option>
's. Is there any way to limit the height of the displayed <select>
when opened?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大小限制由浏览器控制,您无法更改。
请参阅此答案:HTML 选择框(下拉菜单)的高度< /a>
the size limit is controlled by the browser and not something you can alter.
See this answer: Height of an HTML select box (dropdown)