【发布时间】:2011-11-03 05:38:07
【问题描述】:
我想使用 iframe 在我的网站中显示页面内容,但我想“剪掉”页面的标题(顶部)部分,省略其导航栏,因此用户只能看到下面的内容它。
代码:
<div id="content">
<div style="height:800px;">
<iframe id="optomaFeed" src="http://www.optomausa.com/company/press-releases/" scrolling="auto"
frameborder="0" height="100%" width="100%"></iframe>
</div>
</div>
我可以采取哪些方法来做到这一点?泰姆~
【问题讨论】: