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

scala - Play Framework - how to bind form to a session field -

Django Celery - running scheduled tasks -

perl - 'Unquoted string ".." may clash with future reserved word' but only when package is used -