CSS background-position 属性
body { background-image:url('bgimage.gif'); background-repeat:no-repeat; background-attachment:fixed; background-position:center; }亲自试一试浏览...
CSS background-position 属性 | 菜鸟教程
CSS background-position 属性 实例 如何定位background-image: body { background-image:url('smiley.gif'); background-repeat:no-repeat; background-attachment:...
HTML DOM backgroundPosition 属性
changePosition() { document.body.style.backgroundPosition="bottom center"; }TIY 改变背景图像的位置 HTML DOM Style 对象 JavaScript 参考手册 JavaScrip...