Forum Moderators: open
I have an iframe inside a moveable div element. I'm not using a frameset. The document inside the iframe contains several named anchors, and when I link to them from outside the iframe, the browser window scrolls to place the named anchor not only at the top of the iframe, but on top of the browser window as well. I DON'T WANT THIS!
Extremely thankful for suggestions, the project has to be finished in a few days!
The links in "right" refers to named anchors in left.html. Clicking the links have three effects:
A) The "left" div moves to the clicked link (good)
B) The named anchor places itself at the top of the iframe (good)
C) The browser window scrolls to place the named anchor at the top of the browser window. Not good.
Hope that's clarifying!