修复了居中 div 中的无重复背景图像?

发布于 2024-12-10 11:55:01 字数 276 浏览 0 评论 0原文

我有一个固定宽度居中的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

枯寂 2024-12-17 11:55:01

背景位置属性是您正在寻找的吗?

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文