首页 > 代码库 > iframe 跨域自适应 纯css解决方法

iframe 跨域自适应 纯css解决方法

<style type="text/css">
body{background:#f00;}
body, html,#ifm1{width:100%;height:100%;overflow:hidden;margin:0;}
#ifm1{width:100%;height:100%;overflow:hidden;margin:0;}
</style>
<iframe id="ifm1" src=http://www.mamicode.com/‘http://www.csdn.net‘ frameborder=‘no‘ scrolling=‘auto‘></iframe>