How to scroll down to the a certain id but 50 px up.

In a page I have a link <a href="#create" class="scroll" ...> create </a> 
and I want to scroll down to a title <h2 id="create">...</h2>

but I want to scroll down to the id but minus 100px. 

Is this possible?

Comments

Sign In or Register to comment.