Background of the entire HTML document - HOW TO MAKE IT FIXED

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jonnyhue
    Member
    • Oct 2010
    • 98
    • 4.0.x

    [Forum] Background of the entire HTML document - HOW TO MAKE IT FIXED

    Hello,
    My doc_width is only 900 so I want to have something in the background by putting a fancy image and I want it to stay instead of repeating. Any suggestions?
  • Valadur
    New Member
    • Mar 2010
    • 25
    • 4.0.x

    #2
    Put this into your additional.css:

    Code:
    html {
    background-attachment: fixed;
    }

    Comment

    Related Topics

    Collapse

    Working...