scroll div over another div

前端 未结 5 2039
长发绾君心
长发绾君心 2021-02-04 15:42

I have two div with a height of 100%. And when you scroll, I want that the second div over the other scrolls, without scrolling the first up.

Like on this site: http://w

5条回答
  •  故里飘歌
    2021-02-04 16:32

    This is called Parallax effect scrolling. This involves a lot of things to make it work. check out the resources for the same. The best one I found which is much similar to the website reference that you have provided.

    Hope this helps.

提交回复
热议问题