IE如何计算CSS元素宽度:100%?

发布于 2024-09-11 23:08:51 字数 119 浏览 6 评论 0原文

尝试获取有关此问题的信息,以便我可以在此处回答我的其他问题。

Trying to get information on this so I can answer my other question here.

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

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

发布评论

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

评论(2

明月松间行 2024-09-18 23:08:51

它获取父元素的宽度并将当前元素的宽度设置为其 100%。

然而,您可能遇到的是 IE 盒模型错误(该错误仍然存​​在)在“怪癖模式”中)。

具体来说,当处于怪异模式时,IE 在“宽度”定义的区域内包含填充,而 W3C 盒模型则不然 - 填充和边距都添加到宽度上。

It takes the width of the parent element and sets the width of the current element to 100% of it.

What you may have run into, however, is the IE box model bug (which is still present in 'Quirks Mode').

Specifically, when in quirks mode, IE includes padding within the area defined by 'width', while the W3C box model does not - both padding and margin are added onto the width.

〆一缕阳光ご 2024-09-18 23:08:51

您可以参考页面了解更多详细信息。

You can refer to THIS page for more detailed information.

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