CSS无法加载iframe代码

时间:2016-08-24 21:16:22

标签: html css wordpress iframe

我有疑问。我正在使用wordpress并创建一个新页面然后在该页面下我正在使用并通过属性src传递一个url。所以工作正常,url的页面显示在其中。在这里我必须删除html的某些部分,并尝试将它们隐藏在firebug上,当我将css应用于styelsheet文件时,它们很容易隐藏在那里但不起作用。

我的css不是加载/工作,请建议我一个解决方案,以便我可以让我的页面舒适。

#iframeBody iframe#contentArea {
    height: 100%;
    left: 0;
    width: 100% !important;
}
#iframeHeader iframe#banner {
    display: none;
}
#iframeBody iframe#menuItem {
    display: none;
}
iframe#menuTab {
    display: none;
}
<iframe src="http://freightforce.com/MainFrame.aspx?id=Customers_horz_accordion.aspx" width="100%" height="1000px"></iframe>

感谢。

0 个答案:

没有答案