Jump to content

CSS Positioning help needed


Guest g0nk

Recommended Posts

Greetings, I'm new here, and am learning CSS design, but I'm having a slight bit of a problem and as I try diffrent things, I'm getting more lost. I have my own site with a dev page for testing my design here http://www.g0nk.com/blog/dev.html and the stylesheet is http://www.g0nk.com/blog/g0nk.cssWhat I am trying to do, is make the footer box stay to the bottom, under the main content area.. At first I aboslute positioned it to the bottom, but once the main content grew enough to get to the bottom, it would not push the footer down, only leave it in it's position and display under the footer..I'm kinda at a loss now and not sure how to fix this.. any help would be appreciated.. Thanks!g0nk

Link to comment
Share on other sites

Greetings, I'm new here, and am learning CSS design, but I'm having a slight bit of a problem and as I try diffrent things, I'm getting more lost. I have my own site with a dev page for testing my design here http://www.g0nk.com/blog/dev.html and the stylesheet is http://www.g0nk.com/blog/g0nk.cssWhat I am trying to do, is make the footer box stay to the bottom, under the main content area.. At first I aboslute positioned it to the bottom, but once the main content grew enough to get to the bottom, it would not push the footer down, only leave it in it's position and display under the footer..I'm kinda at a loss now and not sure how to fix this.. any help would be appreciated.. Thanks!g0nk

Put a div in ur body and place all u want in it ( imagfes, text etc )give this div a Padding-bottom:25px;:)if your footer is 100px high then padding-bottom:100px;now ur content wil not dissappear behind your footer
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...