Is there a way to set anchor points customley, in positions outside of where the actual HTML mark up is?
I\'m using this simple parallax scrolling script called \'
Since a is not a block element, margin-top will not work as expected.
a
margin-top
Here's some modified CSS:
.anchor { display: block; position: relative; /* relative to the parent container, needed for top/left positioning*/ top: -200px; }