Sunday, April 1, 2012

css takes footer to the left of the right side div.

Problem
css takes footer to the left of the right side div.

Impact
the footer shows up on the wrong place of the page.

Solution
if you are facing this problem you must be using float left on the right div.
so if you want to solve this problem just put clear:both in the css for your main container of your footer div.
and your problem will be solved.

No comments:

Post a Comment