我想使用iframe在我的網站上顯示一個頁面的內容,但我想「剪掉」頁面的頁眉(頂部)部分,而忽略它的導航欄,所以用戶只能看到它下面的內容。刪除一些iframe的src內容
代碼:
<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>
有什麼辦法,我可以去這樣做? Tyvm〜
http://stackoverflow.com/questions/5676672/how-do-i-crop-the-contents-of-an- iframe-to-show-a-part-of-a-page 是你希望得到的答案 – pashute