DIV自适应高度
方法一:
<style>
html{ height:100%; margin:0}
body{ height:100%; margin:0}
#header{ height:80px; background:#fff}
#main{ height:100%; background:#333}
#nav{ height:50px; background:#000000; color:#FFFFFF; text-align:center; line-height:50px}
</style>
<div id="main">
<div id="header">这里显示固定高度</div>
<div id="nav">导航栏</div>
</div>
方法二: 
*{height:100%}
 
                    
                     
                    
                 
                    
                 
 
                
            
         
         浙公网安备 33010602011771号
浙公网安备 33010602011771号