主要配合width、height、overflow等属性来实现的 示例如下: <div style="width:800px;height:500px;overflow:hidden;border:0px"> <div style="width:800px;height:500px;margin:-810px 0px 0px -10px;"> <iframe src="http://blog.oainin.com" width="960" height="1280" scrolling="no"></iframe> </div> </div>margin确定截取的位置 overflow隐藏多余的部分 width确定截取的宽度 height高度调节 以上代码中的width 和height分别代表宽度和高度,具体值需要根据具体网页来更改。