background-attachment:修复了在firefox中不起作用

时间:2017-05-21 10:55:10

标签: html css firefox slick.js background-attachment

我有以下网站: https://dasproject.netlify.com/lisa/ 编辑:不再有问题

在Chrome中打开它时,封面图像应该是固定的,但在Firefox中打开时,后台附件:修复不起作用

到目前为止我所知道的: 图像位于滑块内,使用NotificationCompat.Builder mBuilder = new NotificationCompat.Builder(context) .setContentTitle("URL Analysis") .setContentText("Analysis in progress") .setSmallIcon(R.drawable.icon_notification) .setAutoCancel(true) .addAction(R.drawable.cancel, "Cancel", dismissIntent) .setOngoing(true) .setProgress(0, 0, true); 。这就是破坏背景附件的原因,但我不知道如何修复它(一个显而易见的是删除滑块,但我的目标是更简单)

有什么想法? 我试了很多...... 提前致谢

1 个答案:

答案 0 :(得分:1)

我在Firefox开发者工具中关闭transform: translate3d(0px, 0px, 0px)的第一刻,我的background-attachment: fixed立即恢复正常。

它是Windows 7上的Firefox 57(Quantum,64位)。

没有其他信息或想法为什么会发生这种情况。除此之外,没有可持续的理论必须是一个错误。