小编ReW*_*WeR的帖子

后台附件已修复,变换无法在Firefox中使用

background-attachment: fixed在Firefox中关闭CSS值转换.

这是一个例子

div {
   transform: translate3d(0,0,0); // if remove starts to work
   width: 100%;
   height: 2000px;
   background-image: url('http://www.wallpapereast.com/static/images/001_Fish-Wallpaper-HD_hkNsK33.jpg');
   background-size: cover;
   background-attachment: fixed;
}
Run Code Online (Sandbox Code Playgroud)
<div></div>
Run Code Online (Sandbox Code Playgroud)

如果你从CSS中删除转换它开始工作.仅可在FF中重现.

css firefox background transform background-attachment

27
推荐指数
2
解决办法
2563
查看次数