在iframe中的页面布局 - Firefox搞砸了

时间:2016-04-07 16:13:17

标签: html css firefox iframe

我目前正在进行单页面布局,其中我已经放置了另一个单页面布局的iframe。 Chrome和IE浏览器运行良好,但Firefox似乎让我感到困惑。

http://neu.createk-medien.de

只需点击一个项目(目前每个项目都会打开相同的iframe)并自行查看。

请注意该页面正在进行中。

主页:

<div id="tablet" class="box">
<div id="close_tablet" onclick="tablet_weg()">x</div>
<iframe src="http://tablet.createk-medien.de"></iframe>
</div>

实际的iframe是很多代码,并且真的不知道导致问题的原因。

编辑: 解决了它。 Firefox实际上讨厌&#34;显示:无&#34;在iframe上。 用&#34;可见性:隐藏&#34;。

绕过它

0 个答案:

没有答案