如何定位背景图像:
body { background-image:url('bgimage.gif'); background-repeat:no-repeat; background-attachment:fixed;background-position:center;
}
要注意一下不同浏览器,效果可能不一样。
background-attachment :定义百背景图片随滚动轴度的移动方式
取值: scroll | fixed | inherit
scroll: 随着版页面的滚动轴背景图片将移动
fixed: 随着页面的滚动轴背景图片不会移动
inherit: 继承初始值: scroll
继承性: 否
适用于权: 所有元素