作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
嗨,有谁知道如何将背景图像添加到导航和其他图像后面的标题区域,因为我的图像目前似乎在到达标题标签内的另一个图像后停止扩展?
谢谢亚当 :)
http://jsfiddle.net/Binnsey/3xaq2mqn/
我假设我在某个简单的地方搞砸了,但我似乎无法解决:/
HTML 我的绿色能源主页 http://fonts.googleapis.com/css?family=Signika:400,600'> http://fonts.googleapis.com/css?family=PT+Sans:400,700' rel='stylesheet' type='text/css'> 我的绿色能源
<nav>
<label for="show-menu" class="show-menu">Show Menu</label>
<input type="checkbox" id="show-menu" role="button">
<ul id="menu">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">My Metre</a></li>
<li><a href="#">Customer Help</a></li>
<li><a href="#">Social Media</a></li>
</ul>
</nav>
</header>
CSS
body{
max-width: 1200px;
margin: 0 auto;
width: 70%;
clear: both;
height: 100%;
background-color: #DCDCDC;
padding-top: 30px ;
margin: 0 auto;
padding-top: 30px ;
font-family: 'PT Sans', sans-serif;
font-size: 100%;
text-align: left;
line-height: 1.5;
padding: 2%;
border-radius: 10px;
box-shadow: #0AF73A 0px 0px 50px;}
.header {
width: 100%;
background-image:url("images/webheader.jpg");
}
.MainHeader {
background-color: #71B315;
background: url (images/webheader.jpg);
/* clearfix */
overflow: auto;
margin-top: 2% 0;}
.MainHeader nav {
background-color: #2f3036;
height: 60px;
border-radius: 5px;
margin-right: 10px;
margin-left: 10px;
border-radius: 5px;
-webkit-border-radius: 5px;}
.content {
margin-bottom: 2%}
.MainHeader {margin-bottom: 2%;}
.MainHeader img {
width: 20%;
height: auto;}
.MainHeader {
padding-top: 20px;
padding-bottom: 10px;}
.headertext {
display: inline;}
.logo {
display: inline;
vertical-align:middle}
#menu .MainHeader nav a:hover, .MainHeader nav a:active
#menu .MainHeader nav .active a:link, .Mainheader nav .active a:visited {
background-color: ;
text-shadow: none;}
.MainHeader nav ul li a {
border-radius: 5px;
-webkit-border-radius: 5px;}
最佳答案
你写了.header。删除 header 开头的点即可完成。所以它看起来是这样的:
header {
width:100%;
background-image:url("images/webheader.jpg");
}
关于html - 如何将背景图片添加到我的页眉?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27349112/
我是一名优秀的程序员,十分优秀!