• Hello,

    I was wondering if someone can help me out. the footer for some strange reason is not aligning at the bottom of the page. you can view my blog at http://www.fusionrain.com/blog

    this is how i have set up in the css:
    #footer {
    /*background: #AABB88; */
    color: #000000;
    font: 10pt, sans-serif, serif;
    height: 30px;
    margin: 5px;
    position: absolute;
    text-align: center;
    top: 1450px;
    width: 100%;
    /*height: 50px;*/
    padding: 0px;
    left: -5px;
    }

    Thanks
    SolarPunk

Viewing 4 replies - 1 through 4 (of 4 total)
  • just a guess, but instead of putting your footer in a < p> bracket try using divs instead.

    many a web-designer will tell you to use css for layout. which i agree with, until they start talking about using css to render grids. grid-rendering tools exist in html, xul, xaml… why would you want to stop using them?

    use tables when you want to render grids. not div’s.

    how I have it set up on my page, I have < div id=”footer”> and then <p class=”credit”> and then i style it with the .credit in the css.

    Thread Starter solarpunk

    (@solarpunk)

    Lawtai,

    i have set up the same you do but for some strange reason is aligning top. it should be aligning bottom. i set up to align bottom. i will expend more time when i get home tonight.

    thanks for your help
    SolarPunk

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Footer not aligning at the bottom, need help’ is closed to new replies.