DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML和Xhtml >> iframe截取網站部分內容實現思路及代碼
iframe截取網站部分內容實現思路及代碼
編輯:HTML和Xhtml     

復制代碼代碼如下:
<div style="width:630px;height:350px;overflow:hidden;border:0px">
<div style="width:800px;height:800px;margin:-810px 0px 0px -10px;">
<iframe src="http://www.sci99.com/" width="960" height="1280" scrolling="no"></iframe>
</div>
</div>
<div style="width:800px;height:900px;overflow:hidden;border:0px">
<div style="width:500px;height:900px;margin:-320px 0px 0px -10px;">
<iframe src="http://www.sci99.com/details/monitorall.aspx" width="700" height="1024" scrolling="no"></iframe>
</div>
</div>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved