如何在t:selectOneListbox中添加水平ScrollBar?

发布于 2024-11-09 13:26:27 字数 79 浏览 0 评论 0原文

我无法在呈现 HTML

I can't display the entire content of my elements in my <t:selectOneListbox> which renders a HTML <select> element. How can I add a horizontal scrollbar to a <t:selectOneListbox>?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿哥们儿 2024-11-16 13:26:27

这是仅 MSIE 的错误。当您在 HTML

这不是 JSF 特有的,JSF 无法解决。对于这个特定问题有很多解决方案,大多数是基于 JavaScript 的。您可以在这个问题中找到它们:IE 中的下拉列表宽度

This is a MSIE-only bug. When you set a fixed width on a HTML <select> element, then MSIE will also apply this on the opened list while the normal webbrowsers like Firefox, Chrome and others will expand the list to the content width.

This is not specific to JSF and cannot be solved by JSF. There are a lot of solutions for this particular issue, the majority is JavaScript based. You can find them all in this question: Dropdownlist width in IE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文