Jump to content

min-height: 100% bugging my footer?


thme01

Recommended Posts

here is the css code.

 

html, body {

height : 100%;

}

#Header {

height : 100px;

width : 900px;

margin-top : 5px;

margin-right : auto;

margin-bottom : 0;

margin-left : auto;

background-image : url(Images/header%20for%20website2.jpg);

border-left : 1px solid #ccc;

border-right : 1px solid #ccc;

border-top : 1px solid #ccc;

}

#wrapper {

min-height : 100%;

margin : auto;

z-index : 1;

background-image : url(Images/wrapper%20background%20finished.png);

background-repeat : no-repeat;

background-position : top;

}

#browsing_body {

height : 600px;

min-height : 600px;

background-color : #f5f5f5;

width : 900px;

margin-right : auto;

margin-left : auto;

border : 1px solid #ccc;

}

#navigation_bar_area {

height : 37px;

width : 900px;

margin-left : auto;

margin-right : auto;

margin-top : 0;

border-left : 1px solid #ccc;

border-right : 1px solid #ccc;

border-bottom : 1px solid #ccc;

background-image : url(Images/header%20for%20website%20navigation%20image.jpg);

}

#Footer {

height : 100px;

width : 900px;

margin-right : auto;

margin-bottom : 5px;

margin-left : auto;

border-left : 1px solid #ccc;

border-right : 1px solid #ccc;

background-image : url(Images/footer%20background.png);

position : static;

}

Link to comment
https://forums.phpfreaks.com/topic/249640-min-height-100-bugging-my-footer/
Share on other sites

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.