CSS样式repeat-x有时候不可以循环把图片输出

<body><divid="head01"></div><divalign="center"><imgsrc="image/icss.png"alt="icss图片加载失... <body>
<div id="head01"></div>
<div align="center"><img src="image/icss.png" alt="icss图片加载失败" /></div>
<div id="head02"></div>
</body>

body {
margin:0;
padding:0;
}
#head01{
width:936px;
height:23px;
background-position:top;
background-image:url(image/head_01.png);
background-repeat:repeat-x;
background-attachment:fixed;
margin:0 auto;
padding:0;
}
#head02{
width:936px;
height:50px;
background-position:bottom;
background-image:url(image/head_02.png);
background-repeat:repeat-x;
background-attachment:fixed;
margin:0 auto;
padding:0;
border-radius:5px;
}
第一个div id=head01可以把图片水平平铺,
但是第三个div id=head01就不可以平铺。
为什么?
展开
 我来答
qz_fhcd
推荐于2016-01-30 · 超过21用户采纳过TA的回答
知道答主
回答量:52
采纳率:0%
帮助的人:33.1万
展开全部
background-position:bottom;
background-image:url(image/head_02.png);
background-repeat:repeat-x;
background-attachment:fixed;
写成background:url(image/head_02.png) repeat-x bottom;
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
儒雅的最爱黄昏
2014-08-11 · 超过14用户采纳过TA的回答
知道答主
回答量:49
采纳率:0%
帮助的人:37.7万
展开全部
是可以的啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式