How to avoid anchors in iframes to scroll parent page

后端 未结 6 2314
一向
一向 2021-02-13 03:54

So, here\'s the problem: I have a quite long page with an iframe in the middle. Now, if an anchor is clicked in the iframe, the entire page is scrolled to the iframe, which is w

6条回答
  •  我在风中等你
    2021-02-13 03:56

    Try to put your content into a table like this:

    Header
    Footer

    Refer to http://www.webdeveloper.com/forum/showthread.php?t=212032

提交回复
热议问题