软件开发园地

.net

博客园 首页 新随笔 联系 订阅 管理

body
{
    width:100%;
    height:100%;
    margin-top:0px;
    margin-left:0px; 

}
.main{
    width:100%;
    height:100%; 
    background-color:Black;  
    position:absolute;
}

 

 

<body>
    <form id="form1" runat="server">
    <div class="main">
   
    </div>
    </form>
</body>

可以实现高度和宽度自适应。

posted on 2012-03-08 17:20  lsk  阅读(105)  评论(0)    收藏  举报