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
https://forums.phpfreaks.com/topic/60709-css-footer-not-showing/
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.

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.