如何在不同的桌面设备中为我的图像应用相同的背景图像位置?
这是有背景图片的页面:http: //tommywebdesigner.com/Vision%20General.html
这是我的代码:
#vision {
background-attachment: fixed;
background-image: url("/img/lapedrera.jpeg");
background-position: 85% 62%;
box-shadow: 2px 1px 6px 0 #888888 inset;
height: 350px;
margin-top: 35px;
width: 100%;
}
如果您查看此工具http://quirktools.com并粘贴 url,您会看到在不同的桌面设备中,背景图像会改变位置,我怎样才能使我的图像与背景图像具有相同的位置不同的桌面设备?
希望解释清楚