Sections/content appear to slide over other sections - like a parallax scroll, possibly?

Can someone please explain how to make content (that spans the width of the page like you see here - http://ashford-ashford.com/ - this is exactly what I want to do) slide over other content?

I’m sorry I don’t know the right term. I don’t think this is parallax scrolling… whatever it’s called.

Other examples - logo on this site http://www.monokroom.com/
and here http://www.friendsandfamilyplan.org/

Thank you!!

Hi @Compass

Sorry for the delayed response. What you can do is set your hero row to be position;absolute. Then, have the next section have a margin-top that is equal to the height of your hero row and have it position:relative with a z-index:2.

Hope this helps :smiley:

I will give that try, thank you :smile:

I did find a helpful post with some tutorials just now, but a lot require inserting custom code, and I’m not sure how to do that… but I will give that a try as well…

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.