Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default Static background at bottom of browser using CSS.

    As the title says, I've read some sites but none of their code seems to be working. I have a background image that I want to repeat accross the whole of the bottom of the browser window. All help = rep. Thanks.
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


  2. #2
    Join Date
    Nov 2006
    Location
    Narrich
    Posts
    5,687
    Tokens
    0
    Habbo
    Jamesy...

    Latest Awards:

    Default

    isn't it just
    Code:
    background:url(your/image) center bottom repeat-x;
    Ex-janitor. Might pop in from time to time, otherwise you can grab all my information from http://jamesy.me.uk/

  3. #3
    Join Date
    Dec 2006
    Location
    Swindon
    Posts
    3,299
    Tokens
    215
    Habbo
    dunko

    Latest Awards:

    Default

    background: #hex url( image url ) repeat-x fixed bottom;

    ?

  4. #4
    Join Date
    Nov 2005
    Posts
    4,486
    Tokens
    921

    Latest Awards:

    Default

    Wow, I was using 4 lines of CSS and it wan't even working. Me and my OTT coding. Thanks both!
    NTS: Blob
    "RETIRED" FROM HABBO(X)

    :¬:

    TOMSPIT / COWLY05


Posting Permissions

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