您的位置:首页 > 运维架构 > 网站架构

iframe截取网站部分内容实现思路及代码

2014-06-12 11:27 531 查看
<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>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: