多次放置 DIV 且位置随机
I need to place a div (actually a small image of a cloud) at random positions (as a background). The background should hence have multiple small clouds placed everywhere on the page as a "realistic sky background".
Later on I would try to apply a parallax scroll plugin on those divs .
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将绝对位置 div 与背景图像一起使用。只需将它们的 z-index 更改为负值或 0,您就必须对其进行测试。如果它不起作用,请尝试更改内容 z-index,但要更改为更高的值。
绝对位置将使您有机会对顶部和左侧的 css 值进行动画处理。
您可以使用 jquery 动画。
随机线可以假设为
You can use absolute position divs with background image. Just have to change their z-index to negative value or 0 you must test it. And if it does not work try changing the content z-index too, but to higher value.
The absolute position will give you the chance for animating top and left css values.
You can use jquery animations.
Random cords can be asumed by