CSS 列 100% 高度,带正文边距

发布于 2024-11-26 11:00:41 字数 153 浏览 0 评论 0原文

我有这个网站: http://manual.businesstool.dk/

我希望列适合窗口,与主体边距。由于边距的原因,它仍然扩展到窗口之外, 为什么?

i have this site: http://manual.businesstool.dk/

And i want the columns to fit the window, with the body margin. It still expands beyond the window because of the margin,
why?

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

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

发布评论

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

评论(1

寻找我们的幸福 2024-12-03 11:00:41

一种方法是删除 height: 100%; 声明并添加 bottom: 0;

另一种方法是使用 box-sizing: border-box; 但并非所有浏览器都支持。

One way to do this is to get rid of the height: 100%; declaration and instead add bottom: 0;.

Another way is to use box-sizing: border-box; but that isn't supported in all browsers.

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