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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.