在CSS代码怎么加入页面和页头背景?
#he{background:#fffurl(页头背景.png)bottomcenterrapeat-x;}body{background:#fffurl(body.jp...
#he { background:#fff url(页头背景.png) bottom center rapeat-x;}
body { background:#fff url(body.jpg) bottom center repeat-x;}
border_top_1 { border-top:none;}
这段CSS代码中,怎么添加头部背景代码。
我自己添加了#he { background:#fff url(页头背景.png) bottom center rapeat-x;}
更新缓存的之后是出来了,可是页面背景又不见了,我想页面和页头背景都保留
请帮帮我!
已经解决了,自己悟出来,谢谢大家的帮忙!
#he { background:url(页头背景.png) bottom center rapeat-x;}
把bottom center去掉就行了!
谢谢大家!!! 展开
body { background:#fff url(body.jpg) bottom center repeat-x;}
border_top_1 { border-top:none;}
这段CSS代码中,怎么添加头部背景代码。
我自己添加了#he { background:#fff url(页头背景.png) bottom center rapeat-x;}
更新缓存的之后是出来了,可是页面背景又不见了,我想页面和页头背景都保留
请帮帮我!
已经解决了,自己悟出来,谢谢大家的帮忙!
#he { background:url(页头背景.png) bottom center rapeat-x;}
把bottom center去掉就行了!
谢谢大家!!! 展开
4个回答
展开全部
在CSS代码加入页面和页头背景,首先我们需要知道这2个元素的id或者是class才能设置,然后我们在通过css的background这个属性来设置它的背景颜色或者是图片,还有背景位置,具体可以看代码:
<html>
<head>
<style>
.headr{
width:900px;
height:30px;
background:#f00 //设置颜色为红色
}
.content{
width:900px;
height:30px;
background:#0f0 //设置颜色为绿色
}
</head>
<body>
<div class="headr" > //页头
</div>
<div class="content" > //页面
</div>
</body>
</html>
<html>
<head>
<style>
.headr{
width:900px;
height:30px;
background:#f00 //设置颜色为红色
}
.content{
width:900px;
height:30px;
background:#0f0 //设置颜色为绿色
}
</head>
<body>
<div class="headr" > //页头
</div>
<div class="content" > //页面
</div>
</body>
</html>
展开全部
#he { background:url(页头背景.png) bottom center rapeat-x;}
这样试试
这样试试
追问
哦!我试一下谢谢您
现在不行了喔
页头背景不显示了!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
背景有了,可能是你没设置id为he的标签的宽度和高度。
更多追问追答
追问
呵呵,我只懂一点,你帮我修改一下,顺便告诉我标签什么意思!
追答
好的, #he { width:300px;height:300px;background:#fff url(页头背景.png) botto m center rapeat-x;}加上这两句应该就可以了,width是宽度,height是高度,px是像素单位,如果还是显示不出来,就把png的图片后缀名直接改成jpg,记得路径也改成jpg,应该没问题了。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询