- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在构建一个网站时遇到了一个问题,即我的 h1 内容与我的导航栏重叠。我在 css 中使用了 margin-top 标签,但它不起作用。
<div class="main">
<div class="header">
<div class="header_resize">
<div class="menu_nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">About Voicecom</a></li>
<li><a href="#">Marketing Sevices</a></li>
<li><a href="#">IT Management Services</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#"> Employement Opportunities </a> </li>
</ul>
</div>
<div class="clr"></div>
<div class="logo"><h1><a href="index.html"><span>Voicecom </span> Technologies<br /><small>Communications Any Time Any Where</small></a></h1></div>
<div class="clr"></div>
</div>
</div>
<div class="hbg">
<div class="hbg_resize">
<img src="images/hbg_img.jpg" width="334" height="223" alt="img" class="hbgimg" />
<h2>Read me first...</h2>
<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ac magna a turpis ornare aliquam id hendrerit nisl.</strong></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ac magna a turpis ornare aliquam id hendrerit nisl. Pellentesque adipiscing blandit mollis. Curabitur varius est et sem rhoncus et pretium massa molestie.</p>
<a href="#"><img src="images/readmore.jpg" width="115" height="33" alt="read more" border="0" /></a>
</div>
</div>
</div>
我的 CSS 文件
body {
margin: 0;
padding: 0;
width: 100%;
color: #5f5f5f;
font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
html,
.main {
padding: 0;
margin: 0;
background-color: #fff;
}
.clr {
clear: both;
padding: 0;
margin: 0;
width: 100%;
font-size: 0px;
line-height: 0px;
}
h1 {
margin: -32px 0 0 0;
padding: 24px 0;
color: #c1c1c1;
font: bold 22px/1.2em Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
h1 a,
h1 a:hover {
color: #D88100;
text-decoration: none;
}
h1 span {
color: #ffa800;
font-size: 40px;
margin-top: 2000px;
}
h1 small {
font: normal 13px/1.2em Arial, Helvetica, sans-serif;
}
h2 {
font: bold 24px Arial, Helvetica, sans-serif;
color: #a3ce67;
padding: 8px 0;
margin: 8px 0;
}
p {
margin: 8px 0;
padding: 0 0 8px 0;
font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
a {
color: #5e8525;
text-decoration: underline;
}
如果有人需要更多代码,请告诉我,我特此附上其中的一部分。请帮助!!!!
最佳答案
如果您只想让 h1 在页面上靠下,那么您必须删除 css 中的 span。所以它会是这样的:
body {
margin: 0;
padding: 0;
width: 100%;
color: #5f5f5f;
font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
html,
.main {
padding: 0;
margin: 0;
background-color: #fff;
}
.clr {
clear: both;
padding: 0;
margin: 0;
width: 100%;
font-size: 0px;
line-height: 0px;
}
h1 {
padding: 24px 0;
color: #c1c1c1;
font: bold 22px/1.2em Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
h1 a,
h1 a:hover {
color: #D88100;
text-decoration: none;
}
h1 small {
font: normal 13px/1.2em Arial, Helvetica, sans-serif;
}
h2 {
font: bold 24px Arial, Helvetica, sans-serif;
color: #a3ce67;
padding: 8px 0;
margin: 8px 0;
}
p {
margin: 8px 0;
padding: 0 0 8px 0;
font: normal 12px/1.8em Arial, Helvetica, sans-serif;
}
a {
color: #5e8525;
text-decoration: underline;
}
<div class="main">
<div class="header">
<div class="header_resize">
<div class="menu_nav">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#">About Voicecom</a></li>
<li><a href="#">Marketing Sevices</a></li>
<li><a href="#">IT Management Services</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#"> Employement Opportunities </a> </li>
</ul>
</div>
<div class="clr"></div>
<div class="logo"><h1><a href="index.html"><span>Voicecom </span> Technologies<br /><small>Communications Any Time Any Where</small></a></h1></div>
<div class="clr"></div>
</div>
</div>
<div class="hbg">
<div class="hbg_resize">
<img src="images/hbg_img.jpg" width="334" height="223" alt="img" class="hbgimg" />
<h2>Read me first...</h2>
<p><strong>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ac magna a turpis ornare aliquam id hendrerit nisl.</strong></p>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam ac magna a turpis ornare aliquam id hendrerit nisl. Pellentesque adipiscing blandit mollis. Curabitur varius est et sem rhoncus et pretium massa molestie.</p>
<a href="#"><img src="images/readmore.jpg" width="115" height="33" alt="read more" border="0" /></a>
</div>
</div>
</div>
关于html - 如何在两个标签之间垂直添加空间(附:我的 margin -top 不起作用),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38314520/
当我设置 margin-right: 50px;我没有看到任何效果,但是当我替换 margin-right: 50px; 时左边距:50px;或 margin-top: 50px;我确实看到了效果。这
CSS .title{ margin-top: 200px; // does not work! margin-left: 20px; font-weight: bold;
我不知道,但是 li 元素的 margin-top 只有在它大于 h2 元素的 margin-bottom 时才会起作用,我想知道为什么? Test1 Test2 谢谢。 最佳答案 您所描述的听起
我有 2 个 div 的问题 - 两个呈现为 block 的边距均为 15px(顶部 div 有底部边距,底部有顶部),因此我预计两者之间的差距是 30px 而不是 15px,这是正确的假设还是我要疯
我一直以为我了解利润率和负利润率,但显然我不了解!我刚刚开始一个新的设计并且已经遇到了问题。 我有一个 div (hill3Cont) 和另一个嵌套在里面的 div (hill3Hill),这是它们的
我有一系列这样的元素: ... ....... ... ....... h1 上边距为 5px,p 上边距为 10px。但是产生的边距只有 10px。如果我将底部边距增加到 50px,将顶部边距增加
由于 margin-right: auto 和 margin-left: auto 水平居中元素,我希望它们的垂直对应物以相同的方式运行。 但我知道这不会发生,根据 CSS 规范: 10.6.2 In
我在让我的 div 将我的页面向下移动 30 像素/在我的 div 顶部添加边距 30 像素时遇到问题。我的 div 使用 margin auto 在页面中心对齐。 然而,当我尝试添加这行代码时:边距
这个问题在这里已经有了答案: CSS margin terror; Margin adds space outside parent element [duplicate] (7 个答案) 关闭
我有一个 div 在另一个之上。顶部的 div 有 margin-bottom: 10px,底部的 div 有 margin-top: 10px,但两个 div 之间只有 10px 的空间。 实例:h
这个问题在这里已经有了答案: Why does this CSS margin-top style not work? (14 个答案) 关闭 2 年前。 我的 CSS 边距没有按照我想要或期望的方
在此website我正在尝试减少横幅和文本之间ON MOBILE 底部和顶部的边距。 如果您在智能手机和平板电脑上查看,横幅的顶部和底部似乎有一些边距。 这是我的 CSS: .page-id-996
这个问题在这里已经有了答案: 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 年前。
我是一名优秀的程序员,十分优秀!