Right now I have this pretty easy code
<h1 id="testpos">HEADLINE</h1>
<form method="post" action="#testpos">
However, since my horizontal menu bar is always fixed on top, I need it to scroll to the #testpos div + height of the menu bar (I know the height)
Any way to do this?