MasterACE14 Posted August 10, 2008 Share Posted August 10, 2008 my problem is, the content div, is not going right down to the bottom where the footer is. I believe the problem is with my 2 column div's inside the content div. here's a screenshot. here is my CSS for the content div and the 2 columns: #contentcolumn{ margin: 0 15% 0 15%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/ background: #2b3737; border-left: 1px solid grey; border-right: 1px solid grey; padding: 10px; } /* left and right columns */ #left { overflow: hidden; width: 49%; margin-right: 1%; float: left; background-color: transparent; } #right { overflow: hidden; width: 49%; float: left; background-color: transparent; } any help is greatly appreciated. Thanks! Regards ACE Quote Link to comment Share on other sites More sharing options...
bronzemonkey Posted August 10, 2008 Share Posted August 10, 2008 either float the content div left too. or you can use the clearfix (or variation) solution. google it. 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.