高分急求:css中body背景图片距离顶部70px,而且还要水平居中且不重复

html-css021

高分急求:css中body背景图片距离顶部70px,而且还要水平居中且不重复,第1张

body{background:url(图片地址) center 70px no-repeat}

要么加个div,例: <div style="margin:70px auto 0pxwidth:背景图的宽pxheight:背景图的高pxbackground:url(图片地址) center 70px no-repeat"></div>

基本上效果是一样的,就是边框可能不同,如果你将边框全部设为0,那效果一样。

这两个分开来用也有好处的,比如用html{}来设定顶部的背景图,用body来设定页面底部的背景图。