EDIT: From my previous post, none of the answers can satisfy my needs so I created a jsfiddle here to be more clear.
I am having an issue about my anchor tag.
I have created a jsfiddle
When I click my links, it will jump to the contents div. However, it seems like the content div is covered by the header div which has position:fixed specified. I want the contents jump to below my header div. How do I fix this?
I can't really change the my header div css property here...
Thanks for the help