背景在精灵图像内重复平铺bgImage?
假设这是我们的精灵
(请忽略黑色表格)有没有办法重复灰色 -在左侧平铺图像上,因此它看起来像重复的背景?
Lets say this is our sprite
(please ignore the black forms) Is there a way to repeat the gray -on the left- tiled image so it looks like a repeated background?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,据我所知,这是不可能的,即使在 CSS3 中也不可能。
您需要分离图像。
有一个
background-clip
属性,但它控制背景图像相对于其容器的剪切,这是另一回事。Nope, as far as I know, this is not possible, not even in CSS3.
You will need to separate the images.
There is the
background-clip
property but that controls the clipping of the background image in relation to its container, which is something else.