【发布时间】:2018-02-14 11:58:59
【问题描述】:
当我点击 Intranet 中的链接时,如何将我公司的实时公共网页嵌入到我正在重新设计的公司 Intranet 站点?我正在使用 iframe。公司公共域在 WordPress 中。 我遇到了这些链接,但没有一个可以帮助我: - How do you put only a certain section of a website into an iframe? - Loading wordpress page content in colorbox Iframe
我的 HTML
<div class="menuItem">
<a href="http://mvrcancerhospital.com/camps/" target="displayBox"> <b>Events</b></a>
</div><br><br>
<div class="menuItem">
<a href="http://mvrcancerhospital.com/news/" target="displayBox"> <b>News</b></a>
</div><br><br>
<iframe src="" frameborder="0" name="displayBox" width="100%" height="400px"> </iframe>
我的 CSS
.menuItem
{
float: left;
margin-top: 5%;
width: 120px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bolder;
transition-property: width;
}
.menuItem:hover
{
color: #CB4154;
transform: scale(1.2);
}
.leftSec .menuItem
{
font-size:18px;
}
【问题讨论】:
-
网站加载速度会不会影响我在 iframe 中打开的条件,只是不打开 iframe 中的链接。因为,当我检查页面洞察工具时,响应低于平均水平。