CSS中控制背景图片的位置: body { background-image:url('img_tree.png'); background-repeat:no-repeat; background-attachment:fixed; //不加fireforx不支持,固定图片,不会随文字的滚动而滚动 background-position:100px 20px ; //左和上 }