Jump to content

[SOLVED] content div not going right down to the footer


MasterACE14

Recommended Posts

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.

screenie%20for%20Dan.JPG

 

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.