CSS Parallax working beautifully in Chrome but not Firefox

隐身守侯 提交于 2019-11-28 09:42:36

问题


The website is temporarily hosted here.

I used the Pure CSS Parallax example here.

All the HTML, CSS and JavaScript should be viewable under View Page Source. The parallax effect works beautifully in Chrome. In Firefox, the effect works but background images start to disappear when I scroll past a certain point!


回答1:


You can checkout http://caniuse.com/ it shows you what every browser supports or not. Every browsers is different as you know, there might be elements on Edge and FF that might not be supported like they are on Chrome.



来源:https://stackoverflow.com/questions/37146084/css-parallax-working-beautifully-in-chrome-but-not-firefox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!