CSS3旋转div但保持背景不旋转
有没有办法使用变换旋转 div 但保持背景不随之旋转?如果没有,是否有其他 jQuery 或其他解决方案?
Is there a way to use transform rotate a div but keep the background from rotating with it? if not is there another solution with a jQuery or something?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你可以尝试这个
和这个风格
u can try this
and this style
只需添加带有背景的外部包装并旋转内部元素即可。
just add an outside wrapper with the background and rotate the inner element instead.
尝试使用 2 个 div 块,并将旋转内容覆盖在固定背景 div 上。使覆盖层透明。希望有帮助。
Try using 2 div blocks and overlay the div with rotating content over the fixed background div. Make overlay transparent. Hope it helps.