子 div 100% 高度

发布于 2024-10-16 04:12:43 字数 621 浏览 2 评论 0原文

这个问题的一个更复杂的例子在这里: child div height of 100%被忽略 (尚未找到可行的解决方案)

验证我的问题的测试用例: http ://www.elucidatedbinary.com/tmp/layouttest_100percentheight.html。我希望#main div(黄色背景)扩展到其父div(#container)高度的100%。

我的问题很简单,是否可以在不

  1. 恢复到 jQuery(恶心!)或
  2. 恢复到表(恶心!)的

情况下完成此操作?我还没有找到如何使用 CSS 布局模型来完成此操作的单个示例。

谢谢。

编辑:当我说“扩展到其父 div 高度的 100%”时,我的意思是一直扩展到页脚下方。标题应该在顶部留下一个粉红色的间隙。

A more convoluted example of this question is here: child div height of 100% being ignored (a working solution is yet to be found)

Validating test case for my question: http://www.elucidatedbinary.com/tmp/layouttest_100percentheight.html. I want the #main div (yellow background) to expand to 100% of the height of it's parent div (#container).

My question is simple, can this be done without

  1. Reverting to jQuery (yucky!) or
  2. Reverting to tables (yuckier!)

I am yet to find a single example of how this can be done using the CSS layout model.

Thankyou.

EDIT: When I say "expand to 100% of the height of it's parent div" I mean expand all the way to beneath the footer. The header is supposed to leave a pink gap at the top.

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

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

发布评论

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

评论(1

ゃ人海孤独症 2024-10-23 04:12:44

尝试:

#main { position: absolute; top: 0px; bottom: 0px; }

try:

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