johne281 Posted August 16, 2009 Share Posted August 16, 2009 Hi I have a 3 column layout with a footer. All the divs are floated to the left. On some of the pages the content in the center div is very long and when it is displays the footer is floating on top of part of the centerbar. How can i get the footer to stay below everything else? Quote Link to comment Share on other sites More sharing options...
haku Posted August 17, 2009 Share Posted August 17, 2009 Use overflow:auto on the containing element. Quote Link to comment Share on other sites More sharing options...
johne281 Posted August 17, 2009 Author Share Posted August 17, 2009 ok that didnt work. Maybe i need to be more specific. There is a content div, with 3 column divs inside that. The center column div is the content div. Then there is a div inside the center div specifically for the content.The footer div is coming up to where the bottom of the content div is. The content div is holding the left and right column divs in place as they were, but the center div is longer on this page than on others. So basically the footer is behaving as if the center div (actually the content div inside the center div) was a regular length. Quote Link to comment Share on other sites More sharing options...
haku Posted August 17, 2009 Share Posted August 17, 2009 You know what would be even more specific than being specific? Giving us code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.