My footer is getting overlapped by the slideshow on my webpage. I have already attempted to clear the previous DIV in the source code as per the usual recommendation:
<div class="clear"></div><!-- /clear any floats -->
However, this solution is not resolving the issue. Can anyone suggest a different approach?