Clearfix 並非在所有頁面上都有效



在我的网站上 http://jonasolaussen.se/?page_id=16 当你看到文本在页脚下方时,如果我像在其他网站上一样<div style="cleare:none;"> </div>广告,我确实会变得更好。

有人有解决方案,我将不胜感激!

有两个主要问题:

1)有一个额外的</div><!--wrapper-->需要删除。
2)需要清除div .footer_fix_pusher(我在下面使用了您的清除修复方法)

<div style="clear:both"></div> <!--You need to add this-->
</div><!--footer_fix_pusher-->
</div><!--wrapper--> <!--You need to delete this closing tag-->