960网格重叠div
我想使用 960 网格创建类似的东西,是否可以使用框架或者我必须做一些自定义工作?
I would to create something like this using the 960 grid, is it possible using the framework or do i have to do some custom work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
960.gs 和其他 CSS 框架使用填充和边距,您所要做的就是覆盖它们,
这是正常的代码
,使用类似
and 的
内容,并将元素的新宽度设置为元素 + 您正在使用的边距/填充。
例如,您始终可以创建自己的
bigspan
类:并
记住您始终可以 设计你的onw网格
960.gs and other CSS Frameworks use the padding and margins, all you have to do is to override them
this is the normal code
use something like
and
and set the new width of your elements to the element + the margin/padding you are using.
You can always create your own
bigspan
classes, for example:and
remember that you can always design your onw grid