Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS grid 960 stick footer

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24492
    kierzniak
    Member

    Hi! I have problem with stick footer in grid 960 system. Anyone can tell me how to do it? I know this solution: http://ryanfait.com/resources/footer-st … m-of-page/ , but I don’t know how to adapt to grid 960.

    #55805
    Rob MacKay
    Participant

    looks like you got it working?

    #55806
    kierzniak
    Member

    Because?

    #55906
    Soh Tanaka
    Member

    Should have a sample of what you’ve done so far so we can take a look~

    #56053
    kierzniak
    Member

    I have done this by my own. I’m giving solution if someone want.

    Code:



    grid 960 layout

    Header

    Content


    and style.css:

    Code:
    * {
    margin: 0;
    }

    html, body {
    height: 100%;
    }

    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -1em;
    }

    .footer, .push {
    clear:both;
    height: 1em;
    }

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.