请使用Firebug查看此页面:http://www.playtrickz.com/basic/basic.html。请告诉我为什么#pagefooter包装一切。是bug吗?
答案 0 :(得分:2)
您需要为页脚添加一个明确的属性:
#pagefooter {
clear: both;
}
答案 1 :(得分:1)
您需要在#main_wrapper
之后添加清除div<style>
.clear { clear: both; }
</style>
然后在#main_wrapper
之后添加:<div class="clear"></div>