iframe宽高百分百显示

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />

</head>

<style type="text/css">
         html, body
        {
            width: 100%;
            height: 100%;
        }
  </style>  
<body>




 
<div style="position: absolute;  width:100%; height:100%" >
    <Iframe name="tt" style="height:100%; width:100%" src="http://www.baidu.com" marginwidth="1" marginheight="1"    scrolling="yes" frameborder="10"></Iframe>
</div>
</body>
</html>

 

posted @ 2016-04-12 17:21  fleam  阅读(936)  评论(0编辑  收藏  举报