joomla 1.5 页脚显示在左右面板下方,但如果内容面板的长度超过这两者,则页脚不会被推低。换句话说,如果内容比左/右 div 长,页脚将显示在内容 div 区域内。明显的可能性是 div 浮动没有被清除,但我的 css 页脚 id 包括:
clear: both;
我的页脚模板代码是
<div id = "footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
谁能发现错误或建议在哪里查看?