当我增加第一个背景图像的垂直位置时,它会干扰第二个图像(一个名为 body png)这里是实时视图http://jsfiddle.net/NsFUr/
body{
background-image: url(http://www.muslimdistrict.com/themes/muslimDistricts/images/member_login1.png), url(http://www.muslimdistrict.com/themes/muslimDistricts/images/body_bg.png);
background-repeat: no-repeat,repeat-x;
background-position: -50px 28px;
}
我想让第二张图片留在它的位置上。谢谢