Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Join Date
    Dec 2005
    Posts
    6,228
    Tokens
    1,145

    Latest Awards:

    Default

    Quote Originally Posted by Homosexuality View Post
    Not to do with the question, but use shorthand for everything:

    Improves loading time
    Only by the smallest amount possible.
    i'm out of touch, i'm out of love
    i'll pick you up when you're getting down
    and out of all these things i've done
    i think i love you better now

  2. #22
    Join Date
    Aug 2004
    Location
    United Kingdom
    Posts
    5,769
    Tokens
    1,249
    Habbo
    Beneficial

    Latest Awards:

    Default

    But still, it helps old grannies on 56k.
    what is fetch gretchen?

  3. #23
    Join Date
    Aug 2009
    Location
    South Wales.
    Posts
    377
    Tokens
    50

    Default

    Theres a tutorial on his website. i looked at the site map and found one

    Ill give you the code:

    Code:
    * {
    	margin: 0;
    }
    html, body {
    	height: 100%;
    }
    .wrapper {
    	min-height: 100%;
    	height: auto !important;
    	height: 100%;
    	margin: 0 auto -142px; /* the bottom margin is the negative value of the footer's height */
    }
    .footer, .push {
    	height: 142px; /* .push must be the same height as .footer */
    }
    
    /*
    
    Sticky Footer by Ryan Fait
    http://ryanfait.com/
    
    */
    and inside the layout
    Code:
    <html>
        <head>
            <link rel="stylesheet" href="layout.css" ... />
        </head>
        <body>
            <div class="wrapper">
                <p>Your website content here.</p>
                <div class="push"></div>
            </div>
            <div class="footer">
                <p>Copyright (c) 2008</p>
            </div>
        </body>
    </html>

    and the url:
    http://ryanfait.com/resources/footer...ottom-of-page/

    Hope this helped!


  4. #24
    Join Date
    Jun 2006
    Posts
    4,832
    Tokens
    0

    Latest Awards:

    Default

    Found that before but it never worked properly.

  5. #25
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    Quote Originally Posted by Homosexuality View Post
    Not to do with the question, but use shorthand for everything:

    Code:
    .footer {
    background:url(images/footerbg.png) repeat-x;
    width:100%;
    height:74px;
    position:relative;
    margin:12em 0 0
    }
    Improves loading time
    I will thank you in 5 years time when it has saved me an entire second of my life.
    Chippiewill.


Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •