修复了居中 div 中的无重复背景图像?
我有一个固定宽度居中的 div,其中有固定的不重复背景图像,并且背景图像需要偏离中心。但是,当调整窗口大小时,无论图像是使用百分比还是像素坐标固定,它都不会在 div 内保持正确的位置。
有没有办法: 1) 将背景图像固定到其 div 而不是页面,或者 2) 使用与“left:50%; margin-left:/$twice-the-pixel-size-of-div-width/;”类似的技巧div 居中 hack 使固定背景图像在调整页面大小时保持在居中 div 中的同一位置?
I've got a fixed-width centered div with a fixed no-repeat background image in it, and the background image needs to be off-centered. However, when the window is resized, whether the image is fixed using percentage or pixel coordinates, it does not stay positioned correctly within the div.
Is there a way to either:
1) fix a background image to its div rather than the page, or
2) use a similar hack to the "left:50%; margin-left:/$twice-the-pixel-size-of-div-width/;" div centering hack to get the fixed background image to stay at the same spot in the centered div when the page is resized?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
背景位置属性是您正在寻找的吗?
http://www.w3schools.com/cssref/pr_background-position.asp
Is the background-position property what you're looking for?
http://www.w3schools.com/cssref/pr_background-position.asp