这是我的
html5标记
<div id="header"> </div> <div id="content"> </div> <div id="footer"> </div>
现在用过css
header{ height: 95px;position: fixed;width: 100%;min-width: 980px;} footer{background:#000000;bottom:0;height:30px;position:fixed;width:100%;min-width: 980px}
现在我的问题是我把任何内容放在里面
<div id="content"> </div>