标签:
<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>
标签:
原文地址:http://www.cnblogs.com/robt/p/4587297.html