div+css我想写body的背景图。一个是居上的一个是居下的。。怎么写。。谢谢哦
我是这么写的。。body{background:#fff;background:url(../images/login_top.jpg)repeat-xtop;backg...
我是这么写的。。
body { background:#fff; background:url(../images/login_top.jpg) repeat-x top; background:url(../images/login_top.jpg) repeat-x bottom; font-size: 12px;color: #545454;margin:0px; padding:0px;} 展开
body { background:#fff; background:url(../images/login_top.jpg) repeat-x top; background:url(../images/login_top.jpg) repeat-x bottom; font-size: 12px;color: #545454;margin:0px; padding:0px;} 展开
5个回答
展开全部
你只能body写一个背景,建议写那个居上的,另外一个背景放在一个层里写,层里的其它层是可以通过位置的控制来达到你想要的效果的
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
body{background:url(aa.jpg) left top no-repeat;} 居上
body{background:url(aa.jpg) left bottom no-repeat;} 居下
body{background:url(aa.jpg) left bottom no-repeat;} 居下
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<body style="background: url(../images/login_top.jpg) left top repeat-x;font-size: 12px;color: #545454;margin:0px; padding:0px;>
<div style="background:url(../images/login_top.jpg) left bottom repeat-x;"></div>
</body>
同一个标签内不能写2个同样的样式
<div style="background:url(../images/login_top.jpg) left bottom repeat-x;"></div>
</body>
同一个标签内不能写2个同样的样式
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
同一个标签,同一个属性写多次会被覆盖的,浏览器解析的时候只会采用一个作为有效值。
你要么就写两个div分别设置。
你要么就写两个div分别设置。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
那道不知道!一个层不能写2哥背景吗
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询