如何使用垂直平铺的背景图像进行顶部偏移
我为我的 body
页面设置了一个背景图像(1000x10px),并垂直平铺它以实现两列效果:
background: url(pozadina.png) repeat-y 50%;
现在我希望将其向底部移动一些像素以获得漂亮的 margin-top< /code> 效果,但无法用
background-position
弄清楚,甚至不知道是否可能。
任何帮助表示赞赏。感谢您! ;)
I set a background image(1000x10px) to my body
page and vertically tiled it to achieve two column effect:
background: url(pozadina.png) repeat-y 50%;
Now I wish to move it some pixels towards bottom to have that nice margin-top
effect, but can't figure it out with background-position
, and don't even know if possible.
Any help appreciated. Thanks you! ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
或者
or
解决了:
谢谢大佬! ;)
Solved it:
Thanks you guy! ;)