CSS中的 backgroundPosition 属性

body
{
background-image:url('bgimage.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
}

backgroundPosition 属性设置背景图像的位置。

具体调试可以参考网址:http://www.w3school.com.cn/tiy/t.asp?f=csse_background-position_pixel

posted @ 2015-07-29 09:31  seven7seven  阅读(191)  评论(0编辑  收藏  举报