I have this HTML Code on my webpage:
<a id="last"></a>
however i am also including (PHP) a fixed/static (style="position:fixed;"
) menu bar at the top of the page so when i go to
http://www.domain.com/index.php#last
the a id
is showing behind the menu bar.
Is there a way I can make it display a little lower down rather than right at the top of the page so it doesn't show behind the menu bar?