I am using anchors in a nested layer, (not an iframe) The anchors are working in the layer but the whole page moves as well if the browser window is to small. I only want the layer to move to the anchor. How do I stop an anchor link (#) from making the whole page jump to the top? Thanks!
That is the default behavior of an anchor. You would have to write JS code to move the layer on the click event of the link.