joomla 1.5 footer is displaying below left and right panels BUT if length of content panel EXCEEDS both of these, the footer is not being pushed any lower. In other words, the footer will display within content div area if the content is longer than left / right divs. The obvious possibility is that the div floats are not being cleared but my my css footer id includes:
clear: both;
My template code for footer is
<div id = "footer">
<jdoc:include type="modules" name="footer" style="xhtml" />
</div>
Can anyone spot the error or suggest where to look?