July 23, 200917 yr You have floated divs which are assumed to have no height and following unfloated elements like the footer can move up into a space above so you need to clear the floats. Try this style edit:- #footer{ clear: both; background: #c5bfd7; padding:1px 20px; font-size: 12px; text-align:center;}
Create an account or sign in to comment