使用 grid 960 时,我还能拥有 100% 宽度的标题部分吗?
我想使用网格系统,比如 grid 960。
但是我希望网站的顶部标题为 100%,这仍然可能吗?
I want to use a grid system, like say grid 960.
But I want the top header of the website to be 100%, is this still possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
当然...只需手动将顶部部分设置为 100%。
Sure... just manually style the top part to be 100%.
是的。您可以将标题与主要内容分开,例如:
Yes. You can separate header from main content like:
960gs 使用设置宽度为 960px 的容器或包装 div 来形成网格。如果您希望页眉或页脚拉伸页面的整个宽度,那么您应该将该区域拉到 960 px 包装器之外,并将其宽度设置为 100%。
The 960gs uses a container, or wrapper div with a set width of 960px to form the grid. If you want your header or footer to stretch the entire width of the page, then you should pull that area outside of the 960 px wrapper and give it a width of 100%.
当然是:
Sure it is:
是的,这是可能的。
第一步是将此代码添加到您的 CSS 中:
然后创建一个类:
然后将其添加到您的 HTML 中,如下所示:
Yes, it's possible.
The first step is to add this code to your CSS:
Then make a class:
And then just add it to your HTML like this: