背景图像 - 独立调整高度和宽度

发布于 2024-11-08 17:05:46 字数 288 浏览 0 评论 0原文

我想要一个带有CSS指定背景图像的div,并且我希望背景图像以一定的偏移量出现。我已经知道如何做那部分了。我还希望能够为 div 设置任意大小,并相应地重新缩放图像。这就是我遇到麻烦的部分。我知道 background-size CSS属性,但这并没有给我任何独立控制 X 轴和 Y 轴的方法。

这可能吗?我只需要支持最新版本的 WebKit。

I want to have a div with a background image specified in CSS, and I want the background image to appear at a certain offset. I already know how to do that part. I also want to be able to set an arbitrary size for the div, and for the image to be rescaled accordingly. That's the part I'm having trouble with. I know about the background-size CSS attribute, but that doesn't give me any way to have independent control over the X and Y axes.

Is this even possible? I only need to support recent versions of WebKit.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

°如果伤别离去 2024-11-15 17:05:46

我的错误 - 我链接到的文档似乎已过时。事实上,background-size 确实允许独立指定高度和宽度,如下所示:

background-size: 400px 200px;

My mistake - the document that I linked to seems to be outdated. background-size does, in fact, allow for specifying the height and width independently, like this:

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