可以在 div 中嵌入 960 网格系统吗?
是否可以将整个 960 网格放在页面上的 div 内?
我需要制作一个比 960px 更宽的页面,所以我想我可能会将侧边栏布置在 960 网格之外,并让 960 网格控制中间的列。
Is it possible to put a whole 960 grid inside a div on the page?
I need to make a page wider than 960px, so I thought I might have the sidebars laid out outside the 960 grid, and have the 960 grid control the middle column.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您只需将父级div指定为container_12即可。
然后您可以使用适合您的子元素 grid_# 。
但如果您使用新的分辨率值更新 960.css 会更好。 IE 1024.css
Yes, you just need to assign the parent div as the container_12.
Then you can use the child elements the grid_# that works for you.
But it would be better if you updated the 960.css with the new resolution values. I.E. 1024.css