javascript - Hide top image with content when scrolling -


I'm wondering how to get the effect found in this WordPress theme:

I find out how to hide the top image div with content while scrolling out. I'm not sure whether this is javascript or CSS magic, I appreciate any input from you people.

Cheers, Hristo

background-attachment has been fixed in the division with the top image; so that the image of the background stays in the same place while scrolling. Take a look at


Comments

Popular posts from this blog

python - rpy2 import is not working -

c++ - How to load a bitmap from file into the samples buffer -

javascript - How to get MySQL query result returned using $.ajax -