- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
<分区>
我的 CSS 边距没有按照我想要或期望的方式运行。我的页眉边距顶部似乎影响了它周围的 div 标签。
这就是我想要和期望的:
...但这就是我最终得到的:
来源:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Margin test</title>
<style type="text/css">
body {
margin:0;
}
#page {
margin:0;
background:#FF9;
}
#page_container {
margin:0 20px;
}
h1 {
margin:50px 0 0 0;
}
</style>
</head>
<body>
<div id="page">
<div id="page_container">
<header id="branding" role="banner">
<hgroup>
<h1 id="site-title"><span><a href="#" title="Title" rel="home">Title</a></span></h1>
<h2 id="site-description">Description</h2>
</hgroup>
</header>
</div>
</div>
我在这个例子中夸大了边距。 h1-tag 上的默认浏览器边距有点小,在我的例子中,我使用 Twitter Bootstrap,带有 Normalizer.css,它将默认边距设置为 10px。没那么重要,重点是;我不能、不应该、不想更改 h1 标签上的边距。
我想这和我的另一个问题类似; Why does this CSS margin-top style not work? 。问题是我该如何解决这个具体问题?
我已阅读 a few threads关于类似的问题,但还没有找到任何真正的答案和解决方案。我知道添加 padding:1px;
或 border:1px;
可以解决问题。但这只会增加新的问题,因为我不想在我的 div 标签上添加填充或边框。
一定有更好的最佳实践解决方案吗?这一定很常见。
我编写了一个程序,它在已安装的 USB 设备上创建一个文件。这可以通过 RS232 连接使用基于文本的 UI 来完成。然而,似乎有些不对劲。 5 次中有 1 次,写入 USB 设备的整个过程失败,我得
我知道我在这里做错了,但我希望你能在这方面提供帮助 我有这个html代码 some text this is what I would like to grab some more text 所
我想使用 Google Places API,但我一直收到 Request_Denied。我进入了 Google API 控制台,打开了 google places API。我的代码是这样的:
我的css边距不符合我想要或期望的方式。我好像我的页眉页边距顶部影响周围的div标签。 这就是我想要和期望的: ...但这就是我的最终结果: 资源: Margin test body {
我的css边距不符合我想要或期望的方式。我好像我的页眉页边距顶部影响周围的div标签。 这就是我想要和期望的: ...但这就是我的最终结果: 资源: Margin test body {
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 2 年前。 我的 CSS 边距没有按照我想要或期望的方
我有一个按字母顺序返回列表的脚本,如下所示 Apple Banana Blackberry Blueberry
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 3 年前。
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 2 年前。 我的 CSS 边距没有按照我想要或期望的方
我还看到了其他一些解决这个主题的问题,但没有一个像我的。昨天我天真地在设备列表中添加了一个设备。 问题: 我的印象是,一旦您添加了设备,它就会链接到配置文件。但是,我相信它没有链接到我的分发配置文件之
我是一名优秀的程序员,十分优秀!