多个虚拟iframe不起作用

时间:2016-06-01 04:44:40

标签: html iframe

我在结束标记中指定了iframe,但我只看到第一个。 以下是我的代码。

<iframe width="0" height="0" border="0" name="iframe1" id="iframe1"></iframe>
<iframe width="0" height="0" border="0" name="iframe2" id="iframe2"></iframe>

2 个答案:

答案 0 :(得分:1)

只需改变高度,宽度 喜欢在

<iframe width="10" height="10" border="10" name="iframe1" id="iframe1"></iframe>
<iframe width="100" height="10" border="10" name="iframe2" id="iframe2"></iframe>

答案 1 :(得分:0)

<iframe id="AlertMaintenance" style="border-style: none; border-color: inherit; border-width: 0px; height:1222px; width:100%;" src="AlertMaintenance.html"></iframe>
<iframe id="DelayReason" style="border-style: none; border-color: inherit; border-width: 0px; height:1222px; width:100%;" src="DelayReason.html"></iframe>