高度为 100% 高度的 HTML 布局
我需要帮助解决某个问题。基本上,我需要一个 div,里面有一个表格,单元格中有 div,等等。另外,我需要最外面的 div 具有 100% 的高度和宽度(覆盖整个页面),并且子代要相应地计算它们的高度,除了那些内容高度大于其内容高度的 div(它们应该显示滚动条)
我准备了一个带有测试页面的小提琴:
到目前为止,只有 Google Chrome 按我的计划显示,IE 不会计算高度 100% 的内边距和边距,Firefox 会拉伸与内容(无滚动条)
如果有人可以帮助我(最好使用相同的 HTML 结构),我将不胜感激。
I need help with a certain problem. Basically, I need a div with a table inside it with divs in the cells etc. Also, I need the most outer div to have 100% height and width (cover the whole page) and the descendants to calculate their height accodringly, except for those divs whose content height is greater than theirs (they should show a scrollbar)
I've prepared a fiddle with a test page:
So far, only Google Chrome shows it as I plan, IE doesn't calculate paddings and margins in the height 100% and Firefox stretches with the content (no scrollbar)
If anyone can help me (preferably with the same HTML structure) it will be greatlu appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做:
检查这个http://jsfiddle.net/S2YSh/9/
You can do it like this:
Check this http://jsfiddle.net/S2YSh/9/
试试这个:
Try this: