发布日期: 2022-09-14 人气指数: -
在网站建设实际应用中经常要调用别的页面指定区域,下面的代码可以完美实现:
<div align="center" style="margin:0 auto;"> <div style="width:100%;height:600px;overflow:hidden;border:0px"> <div style="width:100%;height:243px;margin:-190px 10px 0px -16px;"> <iFrame src="https://www.baidu.com" width="100%" height="100%" scrolling="no"></iFrame> </div></div></div>