gpt4 book ai didi

css - CSS框架可以吗(即: 960gs or Blueprintcss) be used without margins?

转载 作者:太空宇宙 更新时间:2023-11-04 05:34:43 27 4
gpt4 key购买 nike

我看不出使用 http://960.gs 有什么意义或 http://blueprintcss.org如果他们除了漂亮的杂志布局/营销风格的小册子之外强制执行利润率。有没有一种方法可以使用这些来满足某些设计要求,例如可以实际触摸/环绕标题的导航栏? 任何无边距使用这些框架的输入(因为它们将浏览器兼容性强加给 CSS 大师级别较低的开发人员)都是理想的。(注意:我们使用的是 JSF,这也是一个开发商店,而不是 Web购物)

最佳答案

我将此技术用作我的终极 CSS 布局技术:

http://www.codeofficer.com/blog/entry/css_grid_frameworks_960gs_without_margins/

我曾经遇到过同样的问题,自从我使用了那个问题后,所有边距问题都消失了。当我需要使用自定义宽度/高度时,我会使用 !important 覆盖。

代码:

<div class="g_9 content_main">
This div should actually have 720px in width.
But I overide it using another class so now the width has become 700px,
and just in case it needs custom margin, we can always set it in the css :)
</div>

CSS:

.c_12 .g_9, .c_16 .g_12 { width: 720px; } /* 960-full.css */
.content_main { width: 700px !important; margin-left: 15px;} /* style.css */

关于css - CSS框架可以吗(即: 960gs or Blueprintcss) be used without margins?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/865390/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com