在wordpress中使用iframe时的游标问题

时间:2017-01-27 04:15:28

标签: php css wordpress iframe cursor

我是iframe,用于在我的WordPress网站上显示网页内的网页。

问题是当光标位于没有滚动条的外部页面上时,我尝试向下滚动此页面,滚动根本不起作用。但是,当光标在我的网页上时,滚动效果一样好。如果我尝试转到页面的内容(框架"外部页面")并尝试向下滚动,则无法滚动。

然而,当我尝试向下滚动主页面(我的网页)时,我会发现它运作良好。

当我尝试滚动并且光标在外部页面上时,我希望我的页面的滚动条正常工作。

以下是我使用的代码:

<iframe id="external page" style="overflow: visible;" 
        src="https://mylink.com" name="external page" 
        width="99%" height="1000" frameborder="1" 
        marginwidth="0px" marginheight="0px" scrolling="no" 
        allowfullscreen="allowfullscreen">
</iframe>

0 个答案:

没有答案