我知道我很接近但有人帮助我:
body {
background-attachment: fixed;
background: url("images/background.jpg"), url("images/background.jpg");
background-repeat: no-repeat;
line-height: 1;
min-width: 1150px;
background-position: top left, bottom right;
}
用作精灵的图像“background.jpg”为 1720px 宽 x 1100px 高。我需要在第一个实例中显示图像的右上部分,在第二个实例中显示图像的左下部分。在每种情况下,需要从 jpg 中获取的矩形大小为 600 像素宽和 400 像素高。