Style Question!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MARTYB2K
    Member
    • Jan 2005
    • 85

    Style Question!

    Hello,

    I've created a fixed background that doesn't move when the page is scrolled. I've copied the code out of dreamweaver:

    body {
    background-attachment: fixed;
    background-image: url(backgroundcenter.gif);
    background-repeat: no-repeat;
    background-position: center top;
    }

    Where do i put this in the template editor so this fixed background will appear in my vbulliten forums aswell?

    Thanks...Martin.
  • TheMusicMan
    Senior Member
    • Oct 2002
    • 2140
    • 3.7.x

    #2
    Try the Extra CSS Attributes of the Body section for that style.
    John

    Comment

    • MARTYB2K
      Member
      • Jan 2005
      • 85

      #3
      Cool it worked i had to add the full url aswell.

      Comment

      • TheMusicMan
        Senior Member
        • Oct 2002
        • 2140
        • 3.7.x

        #4
        oops yeah, forgot about that sorry. Glad to help
        John

        Comment

        Related Topics

        Collapse

        Working...