html下拉列表的问题
我的 html 下拉选择框有问题。我在选择框中有一长串项目,因此它超出了我的屏幕。它不显示滚动条。请帮忙
I am having problem with my html drop down select box. I have long list of items in select box therefore it goes outside of my screen. it doesn't shows scroll bar. Please help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试强制
大小
:Try forcing the
size
:你能发布 HTML 和任何样式化选择的 css 吗?检查 Firebug 中的 select 元素并查看溢出属性的设置(它应该默认为 auto 并在必要时创建滚动条)。
然后对应的CSS:
Could you post the HTML and any css that styles the select? Inspect the select element in Firebug and see what the overflow attribute is set that (it should default to auto and create the scrollbar if necessary).
Then the correspond CSS:
尝试在 IE 中打开页面,应该显示所有元素。
我认为这是 Firefox 中的一个错误,列表元素始终与选择字段对齐。 IE 不会在屏幕外显示列表。
Try opening your page in IE, should show all elements.
I think it is a bug in Firefox, that the list element is always aligned to the select field. IE does not show the list outside of the screen.