Win BIG with HabboxStarz!
Show off your musical talent in our old skool singing competition! Big prizes to be won!
HxSS Awards winners and final standings!
It's all done! Click here to see the big big winners from this year's tournament, and the fan favourites for the awards!
Check out HabboxWiki!
The biggest and best archive of all things Habbo - could YOU be our next top editor?


Results 1 to 5 of 5

Thread: Footer, HELP

  1. #1
    Join Date
    Apr 2007
    Location
    england
    Posts
    536
    Tokens
    0

    Default Footer, HELP

    How do I make it so, the footer text stays at the bottom of the users screen?


    Selling DJ/Habbo layout, more info here.


  2. #2
    Join Date
    Dec 2007
    Posts
    132
    Tokens
    0

    Default

    lol what do you mean it just random floats up to the top of the screen like magic?

  3. #3
    Join Date
    Apr 2007
    Location
    england
    Posts
    536
    Tokens
    0

    Default

    No,

    The footer text automatically stays at the bottom of thepage by default.


    Selling DJ/Habbo layout, more info here.


  4. #4
    Join Date
    Dec 2007
    Posts
    132
    Tokens
    0

    Default

    Lol isnt that what u want it to do though?

    or are u telling me u want it at the bottom

    Confusing

    -Edit- Could you post the link to your site can't really solve it without something i can see
    Last edited by wazup999; 06-12-2007 at 02:48 AM.

  5. #5
    Join Date
    May 2005
    Location
    /etc/passwd
    Posts
    19,110
    Tokens
    1,139

    Latest Awards:

    Default

    in the CSS put the positioning to absolute then set it 0pixels from the bottom, I have a bottom bar going across a page and I use this:

    Code:
    #bottom_bar12 {
        background-image: url(grey_bot.PNG);
        position: absolute;
        height: 29px;
        width: 100%;
        left: 0px;
        bottom: 0px;
    }
    Notice the 'absolute' positioning and the bottom and left positioning
    Quote Originally Posted by Chippiewill View Post
    e-rebel forum moderator
    :8

Posting Permissions

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