【发布时间】:2012-10-22 21:32:06
【问题描述】:
我尝试为网站正文添加背景,我想显示完整背景,并将网站内容居中放置在其中。
我使用了以下 CSS,但无法居中:
body {
margin: auto;
background: url(../images/bggeneral.jpg) top center repeat;
background-position: center;
font-size: 100%;
line-height: 1.0625em;
color: #515151;
width: 100%;
}
背景图片:http://www.comicar.ma/assets/images/bggeneral.jpg
我需要裁剪图像或类似的东西吗?
【问题讨论】:
标签: html css background css-float