background-image: url(path-to-file/img.jpg);
background-repeat:no-repeat;
background-position: center center;
那应该工作。
如果不是,为什么不
div使用图像
z-index作为背景?这将比背景图像更容易居中。
除此之外,请尝试:
background-position: 0 100px;或者我认为如果将身体设置
min-height为100%,则可以使用50 %。
body{ background-repeat:no-repeat; background-position: center center; background-image:url(../images/images2.jpg); color:#FFF; font-family:Arial, Helvetica, sans-serif; min-height:100%;}


