div背景图片无法居中
<bodybackground="1.jpg"><divalign="center"style="background:url(body-1.jpg)centerno-r...
<body background="1.jpg">
<div align="center" style="background:url(body-1.jpg) center no-repeat; margin:0 auto; width:900; height:538;"></div>
</body>
代码是这样子的,然后div块与背景图片body-1.jpg出现在页面的最左边,无法居中,这个是怎么回事?
哪位大侠帮忙解答下...
不胜感激!
fivetomic
你的我试过了
还是不行额
尴尬~ 展开
<div align="center" style="background:url(body-1.jpg) center no-repeat; margin:0 auto; width:900; height:538;"></div>
</body>
代码是这样子的,然后div块与背景图片body-1.jpg出现在页面的最左边,无法居中,这个是怎么回事?
哪位大侠帮忙解答下...
不胜感激!
fivetomic
你的我试过了
还是不行额
尴尬~ 展开
4个回答
展开全部
<body style="background:url(1.jpg); padding:0; margin:0;">
<div style="background:url(body-1.jpg) center center no-repeat; margin:0 auto; width:900px; height:538px;"></div>
</body>
这里已经是没问题了,如果还有问题的话,那就应该是其他地方的样式定义了左浮动了,仔细找找,或者把页面发出来看看
<div style="background:url(body-1.jpg) center center no-repeat; margin:0 auto; width:900px; height:538px;"></div>
</body>
这里已经是没问题了,如果还有问题的话,那就应该是其他地方的样式定义了左浮动了,仔细找找,或者把页面发出来看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div style="background:url(body-1.jpg) center top no-repeat; margin:0 auto; width:900px; height:538px;text-align:center"></div>
用这段代替试试
用这段代替试试
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
.d {
width: 966px;
height:538px;
text-align:center;
top: 0px;
margin-top: 0px;
padding-top:0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background-image: url(图片路径);
background-repeat: no-repeat;
background-position: center top;
}
<div class="d"><div>
不居中就来找我
width: 966px;
height:538px;
text-align:center;
top: 0px;
margin-top: 0px;
padding-top:0px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background-image: url(图片路径);
background-repeat: no-repeat;
background-position: center top;
}
<div class="d"><div>
不居中就来找我
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<body background="1.jpg">
<div style="background:url(body-1.jpg) center top no-repeat; margin:0 auto; width:900px; height:538px;text-align:center"></div>
</body>
仔细检查下你写的代码,长宽属性,都没有长度单位 px !!!
<div style="background:url(body-1.jpg) center top no-repeat; margin:0 auto; width:900px; height:538px;text-align:center"></div>
</body>
仔细检查下你写的代码,长宽属性,都没有长度单位 px !!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询