拥有 100% 标头和包装并包含固定内容的最有效方法?
拥有 100% 页眉、固定宽度内容和 100% 页脚的最有效方法是什么?
我试图将我的 div 限制到最大,但现在我陷入困境......
有人帮忙吗?
非常感谢
what is the most efficient way of having a 100% header, then a fixed width content, and a 100% footer?
I'm trying to limit my divs to the maximum, but now i'm quite stuck...
anybody help?
Thx a lot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是最简单的版本:
CSS:
http://jsfiddle.net/Madmartigan/adkfF/3/
这是一个页眉和页脚内部内容固定宽度以与主要内容对齐的版本:
http: //jsfiddle.net/Madmartigan/adkfF/1/
3 个 div 就这么简单,我假设你想要最小化你的 div,而不是“限制我的 div最大”:)
Here is the simplest version:
CSS:
http://jsfiddle.net/Madmartigan/adkfF/3/
Here is a version with the header and footer's inner content fixed width to align with the main content:
http://jsfiddle.net/Madmartigan/adkfF/1/
3 divs is just about as simple as you can go, I assumed you wanted to minimize your divs and not "limit my divs to the maximum" :)