Heya,
I have some target elements (<div name="target">
) in my document and links to them are inside a fixed positioned element. (<a href="#target">
).
Somehow the anchors and links don't work by default. Clicking the link inside the fixed positioned element doesn't do anything (the page doesn't scroll to where it should).
Target element has no gimmicks. It's just a div element inside few other div's.