Forum Moderators: open
I have a small internal website made for my company. The main page contains a table. The top 100 pixels of the table is a graphic and a javascript menu. The rest of the table ( from 100 pix to bottom of page ) contains an iframe which all the content is loaded into. Everything about it works fine except for one unique problem.
A few of the pages loaded into the iframe contain an anchor link ( like <a href="#A2"> ) which links down further on the page. This works fine when the page is by itself. However when loaded inside the iframe, it causes the parent page itself to scroll down the height of the menu and graphic. You cannot scroll back up to them. Its as if IE 6 pushed the entire table up about 150 pixels, obliterating the graphic and menu. I have never heard of anything like this before, does anyone know how to fix it?