DalePopick
New Member
I've got a news page where I echo out the news from my MYSQL database, and on the right site of the page i echo out the titles which is a anchor link to that section of the page.Like if there is a news called "Hey". Then if you press "Hey" you will be moved there. . That works just fine. The problem is that the page has a menu that is position fixed. When I press "hey" it works fine, it's just that the fixed menu overlaps some of the content.So I'd like to go to that anchor tag, but minus the size of the menu.No real reason to post the code as that really wont explain it, but the thing is that you get linked to the anchor tag, it's just that the fixed menu overlaps it. I saw something about adding a class to the tag and have that to position relative and margin-top on minus the height of the menu. But that just moves the links.Any suggestions?