- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
/*
960 Grid System ~ Core CSS.
Learn more ~ http://960.gs/
Licensed under GPL and MIT.
*/
/*
Forces backgrounds to span full width,
even if there is horizontal scrolling.
Increase this if your layout is wider.
Note: IE6 works fine without this fix.
*/
body {
min-width: 960px;
}
/* `Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
margin-left: auto;
margin-right: auto;
width: 960px;
}
/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
display: inline;
float: left;
margin-left: 10px;
margin-right: 10px;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11 {
position: relative;
}
/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
margin-left: 0;
}
.omega {
margin-right: 0;
}
/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 {
width: 60px;
}
.container_12 .grid_2 {
width: 140px;
}
.container_12 .grid_3 {
width: 220px;
}
.container_12 .grid_4 {
width: 300px;
}
.container_12 .grid_5 {
width: 380px;
}
.container_12 .grid_6 {
width: 460px;
}
.container_12 .grid_7 {
width: 540px;
}
.container_12 .grid_8 {
width: 620px;
}
.container_12 .grid_9 {
width: 700px;
}
.container_12 .grid_10 {
width: 780px;
}
.container_12 .grid_11 {
width: 860px;
}
.container_12 .grid_12 {
width: 940px;
}
/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 {
padding-left: 80px;
}
.container_12 .prefix_2 {
padding-left: 160px;
}
.container_12 .prefix_3 {
padding-left: 240px;
}
.container_12 .prefix_4 {
padding-left: 320px;
}
.container_12 .prefix_5 {
padding-left: 400px;
}
.container_12 .prefix_6 {
padding-left: 480px;
}
.container_12 .prefix_7 {
padding-left: 560px;
}
.container_12 .prefix_8 {
padding-left: 640px;
}
.container_12 .prefix_9 {
padding-left: 720px;
}
.container_12 .prefix_10 {
padding-left: 800px;
}
.container_12 .prefix_11 {
padding-left: 880px;
}
/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 {
padding-right: 80px;
}
.container_12 .suffix_2 {
padding-right: 160px;
}
.container_12 .suffix_3 {
padding-right: 240px;
}
.container_12 .suffix_4 {
padding-right: 320px;
}
.container_12 .suffix_5 {
padding-right: 400px;
}
.container_12 .suffix_6 {
padding-right: 480px;
}
.container_12 .suffix_7 {
padding-right: 560px;
}
.container_12 .suffix_8 {
padding-right: 640px;
}
.container_12 .suffix_9 {
padding-right: 720px;
}
.container_12 .suffix_10 {
padding-right: 800px;
}
.container_12 .suffix_11 {
padding-right: 880px;
}
/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
left: 80px;
}
.container_12 .push_2 {
left: 160px;
}
.container_12 .push_3 {
left: 240px;
}
.container_12 .push_4 {
left: 320px;
}
.container_12 .push_5 {
left: 400px;
}
.container_12 .push_6 {
left: 480px;
}
.container_12 .push_7 {
left: 560px;
}
.container_12 .push_8 {
left: 640px;
}
.container_12 .push_9 {
left: 720px;
}
.container_12 .push_10 {
left: 800px;
}
.container_12 .push_11 {
left: 880px;
}
/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
left: -80px;
}
.container_12 .pull_2 {
left: -160px;
}
.container_12 .pull_3 {
left: -240px;
}
.container_12 .pull_4 {
left: -320px;
}
.container_12 .pull_5 {
left: -400px;
}
.container_12 .pull_6 {
left: -480px;
}
.container_12 .pull_7 {
left: -560px;
}
.container_12 .pull_8 {
left: -640px;
}
.container_12 .pull_9 {
left: -720px;
}
.container_12 .pull_10 {
left: -800px;
}
.container_12 .pull_11 {
left: -880px;
}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
content: '.';
display: block;
overflow: hidden;
visibility: hidden;
font-size: 0;
line-height: 0;
width: 0;
height: 0;
}
.clearfix:after,
.container_12:after {
clear: both;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix,
.container_12 {
zoom: 1;
}
<html>
<head>
<link rel="stylesheet" type="text/css" href="960_12_col.css">
</head>
<body>
<div class="container_12 clearfix">
<div class = "secondRow rightBox grid_6" style="background-color:green; text-align:center;">
<p>About us</p>
</div>
<div class = "secondRow leftBox grid_6" style="background-color:red; text-align:center; float:right">
<p>Products</p>
</div>
</div>
</body>
</html>
我有这个代码。
<html>
<head>
<link rel="stylesheet" type="text/css" href="960_12_col.css">
</head>
<body>
<div class="container_12 clearfix">
<div class = "secondRow rightBox grid_6 omega" style="background-color:green; text-align:center;">
<p>About us</p>
</div>
<div class = "secondRow leftBox grid_6 alpha" style="background-color:red; text-align:center; float:right">
<p>Products</p>
</div>
</div>
</body>
</html>
如您所见,我使用的是 960.gs 系统,这会生成两个单独的框,一个绿色,一个蓝色。现在,我确实添加了 omega 和 alpha 以尝试消除两个框之间的间隙,但它没有用。
现在,我怎样才能去掉盒子之间的缝隙呢?或者更好的是,我可以将这些框之间的间隙控制为我喜欢的间隙吗?
谢谢,戴夫。
最佳答案
关于html - 960 GS 去除间隙,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33333904/
IE 似乎在来自未压缩的 raphaeljs 1.4.7 的以下第 2207 行(当然,在我的代码的上下文中): gs.left != (t = left + "px") && (gs.left =
由于太复杂的原因无法在这里解释,我需要在 x86 的子集平台上运行 x86 GCC 编译的 Linux 程序。该平台没有 %gs 寄存器,这意味着它必须被模拟,因为 GCC 依赖于 %gs 寄存器的存
我读了 this 线程,它帮助我正确地解决了取消引用的问题,但后来我去创建了帖子答案作者所说要避免的情况,哈哈。 我想要完成的是创建一个基本的文件浏览器(根据我正在阅读的book)。下面的代码应该读取
我读过另一个discussion . 我知道%gs是段寄存器,存放段描述符。操作系统获取段描述符并计算物理地址。大多数时候,段描述符对程序员来说是不透明的。我可以做一些技巧,比如拦截系统调用 set_
最近,我一直在尝试用 C++ 编写一个与 MySQL 服务器通信的小测试程序。我目前正在使用 MySQL Connector/C++ 作为我的 API 来连接到我的数据库服务器。我花了很长时间才让它运
我是新来的。我正在使用应用程序脚本插件,我想知道如何使用侧边栏中复选框的选中值来启动特定的 GS 功能? 以下是侧边栏的 HTML 示例: Please select the c
所以我知道以下寄存器及其用途应该是什么: CS = 代码段(用于 IP) DS = 数据段(用于 MOV) ES = 目标段(用于 MOVS 等) SS = 堆栈段(用于 SP) 但是以下寄存器的用途
我正在根据OSDev Wiki中的信息编写一个操作系统。以及一些相关书籍。我发现跳入保护模式后,段初始化例程没有正确执行。这是我的第二阶段加载器和内核代码: ; stage2 ; still -f b
对此很陌生 单元格数据如下: colx aa, bbb oue, hed, ono hud 需要它变成: colx coly colz aa, bbb
/* 960 Grid System ~ Core CSS. Learn more ~ http://960.gs/ Licensed under GPL and MIT. */ /*
使用这段代码,布局可以工作,但向右有一个小的偏移量(3px 或类似的东西)。 (搜索阴影是仅与宽度和背景图像相关的自定义类,没有填充/边距等) 看起来像这
我对使用这个系统很感兴趣,但我想知道是否有人找到了任何好的替代品。特别是我正在寻找一些布局系统,它可以让我构建一个在浏览器、iPad 和手机上都能正常工作的 HTML5 布局。 有人对我应该考虑的其他
我在使用 GhostScript 将 ps 文件转换为 JPG 时遇到问题。 我已经成功地让它在我的 Win7 机器上运行,但由于某种原因它在我的 Linux VM 上不起作用。我真的不确定如何在那里
我使用下面的代码根据浏览器窗口的大小选择不同的 css 文件。但是,当我将窗口调整为该大小时,第一个似乎不起作用,即使我刷新页面也是如此。我不确定我应该做什么来解决这个问题。谢谢。 @import u
我正在尝试学习 960 网格系统。我的左侧正文显示在右侧,反之亦然。我的意图是将这两个框放在同一条线上。左侧正文在页面上的显示位置也高于右侧正文。 有什么想法吗?使困惑!
我在我创建的站点中使用 978.gs 系统,但它在页面顶部插入一个小带,将内容稍微向下移动。我不希望发生这种情况。 有问题的站点是 Located Here查看页面顶部。 我的 CSS 代码是
我正在使用以下查询创建一个以组分隔符 (GS) 作为分隔符的外部表 CREATE EXTERNAL TABLE IF NOT EXISTS icephase2Demo.GS_TEST1 ( Rando
我对 x86 汇编中冒号的使用有点困惑。我知道在实模式下 %gs:0x14 将是 %gs 的地址左移 4 位并加上 0x14。但是在保护模式下是一样的吗?例如在保护模式下, movl %gs:0x14
void return_input (void){ char array[30]; gets (array); printf("%s\n", array); } 在gcc中编译后,该
我在一行中有 4 列,根据我在每一列中输入的信息量,它们会有不同的高度。如果给它们加上背景色,您会看到这一点。 我如何给其他列高度最大的列的高度? 最佳答案 您可以使用 jQuery 来执行此操作。
我是一名优秀的程序员,十分优秀!