子 div 100% 高度
这个问题的一个更复杂的例子在这里: child div height of 100%被忽略 (尚未找到可行的解决方案)
验证我的问题的测试用例: http ://www.elucidatedbinary.com/tmp/layouttest_100percentheight.html。我希望#main div(黄色背景)扩展到其父div(#container)高度的100%。
我的问题很简单,是否可以在不
- 恢复到 jQuery(恶心!)或
- 恢复到表(恶心!)的
情况下完成此操作?我还没有找到如何使用 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
- Reverting to jQuery (yucky!) or
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试:
try: