td 内的 asp 面板 (div) 上的最大高度问题

发布于 2024-10-07 21:55:42 字数 195 浏览 4 评论 0原文

我有一个表,每行 3 行 1 列。每个都有一个 asp:panel 控件,我相信它本质上是呈现为 div 的。该div的最大高度:500,宽度:100%;以及其上的 Overflow:scroll 属性。

问题是,每当我尝试在 IE8 中加载页面时,它都会恢复兼容性审查,因为它无法呈现它。如果我删除最大高度,它就可以正常工作。

有什么想法吗?

I have a table with 3 rows and 1 column each. In each is an asp:panel control, which I believe is essentially rendered as a div. This div has max-height: 500, width: 100%; and overflow:scroll properties on it.

Problem is that whenever I try to load the page in IE8, it reverts to compatibility review as it cannot render it. If I remove max-height it works fine.

Any ideas?

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

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

发布评论

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

评论(1

撩心不撩汉 2024-10-14 21:55:42

我会尝试使用“height”和“max-height”来使其与 IE 兼容。并指定单位,在本例中为“500px”。

I would try to use "height" as well as "max-height" to make it work with IE. And also specify the unit, in this case "500px".

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