css - Stop from moving when scrolling webpage in HTML -
css - Stop <p> from moving when scrolling webpage in HTML -
in page, paragraph element scroll if scroll background stays fixed. want background , paragraph elements remain fixed while next div appears.
it's hard in words, want first div, landing page, deed if blind on window. scrolling replace bottom of first div corresponding bottom part of sec div, pulling blinds on window.
here's jsfiddle http://jsfiddle.net/2ct4z/1/.
i want create text block fixed , scroll page bottom of sec page appears going downwards up.
css code:
#slide-1 .bcg { background-image:url('http://1.bp.blogspot.com/_29xyrbnmna8/ti5l2xiddci/aaaaaaaaalk/gsip4fvurku/s1600/woods.jpg'); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; height: 700px; width: 100%; }
html css
Comments
Post a Comment