Jump to content

CSS footer not showing


Custer

Recommended Posts

Hey guys, I recently took a 3 column layout design off of some site, but it wouldn't display properly in FireFox, so I just made my own code, and everything is PERFECT in both IE and FireFox, but my footer won't show...

 


body 
{
    margin: 0px;
    padding: 0px;
    background: black;
}

#header
{
    height: 150px;
    background: black;
}

#leftCol
{
position: absolute;
left: 0px;
width: 15%;
top: 153px;
font-color: black;
background-image:
url('/images/dkredblk.gif');
}

#rightCol
{
    position: absolute;
    top: 153px;
    right: 0px;
    width: 16%;
    background: black;
}

#mainCol
{
position: absolute;
top: 153px;
left: 15%;
right: 16%;
width: 69%;
bottom: 6;
font-color: brown;
background-color: #D1D1D1;
}

#footer
{
    height: 60px;
    width: 100%
    background: black;
    font-color: red;
}

 

Mind helping me out?

Link to comment
Share on other sites

Hey guys, I recently took a 3 column layout design off of some site, but it wouldn't display properly in FireFox, so I just made my own code, and everything is PERFECT in both IE and FireFox, but my footer won't show...

 

Mind helping me out?

 

Fairly perfect maybe?  Of course we actually need to see the (generated) html.  Please post a link to the problem page online.

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.