再次使用我的 div =(。我有这个:
<div id="header"></div>
<div id="body">
<div id="..."></div>
<div id="..."></div>
<div id="content"></div>
</div>
<div id="footer"></div>
和CSS:
#body { width: 100%; margin 0 auto; }
#content { position: absolute; height: 200px; width: 100%; }
#footer { height: 63px; clear:both; }
现在结果:文本下有很多文本和页脚的内容 div。
如何在所有内容区域下制作页脚?