Hey everyone, here is the catch. I want my link to, when clicked, link to a place further down on the page. However I have a fixed header that stays in its spot despite the scrolling of the page, so I want the title I am linking to to appear say about 150px from the top. Is there a way to intra-page link to a place further down the page so that it loads the title 150px from the top?
I know normally an intra page link is <a href="#here">click here</a>
<a name="here" id="here">It loads here</a>
However 'It loads here' would appear at the very top of the screen (thus covered by the fixed banner), were as I want it to load 150px down.
Can anyone help me solve this problem?
I know normally an intra page link is <a href="#here">click here</a>
<a name="here" id="here">It loads here</a>
However 'It loads here' would appear at the very top of the screen (thus covered by the fixed banner), were as I want it to load 150px down.
Can anyone help me solve this problem?