Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个固定宽度的居中 div,其中有一个固定的不重复背景图像,并且背景图像需要偏离中心。但是,当调整窗口大小时,无论图像是使用百分比还是像素坐标固定,它都不会在 div 中保持正确定位。
有没有办法:1)将背景图像固定到其 div 而不是页面,或 2)对“left:50%;margin-left:/ $twice-the-pixel-size-的-div-宽度/;" 当页面调整大小时,div centering hack 让固定的背景图像保持在居中 div 的同一位置?
您正在寻找的背景位置属性是什么?
http://www.w3schools.com/cssref/pr_background-position.asp