I want the background to not scroll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • southernlady
    Senior Member
    • May 2005
    • 306
    • 4.0.x

    I want the background to not scroll

    I'm using a background image for my forum which is something my forum members love. However they would perfer them *nailed down* if possible and not have them scroll with the forum. I found the code, I think, background-attachment down under Color and Background Properties but I'm not really sure exactly how to make it work. Here is the code:
    Code:

    Code:
    blockquote {background-image: url(../images/sand.gif); background-attachment: fixed}
    Liz
    Secret City Designs
  • MGM
    Senior Member
    • Aug 2002
    • 3653
    • 3.6.x

    #2
    Try this:

    Code:
    blockquote {background-image: url(../images/sand.gif); background-repeat: no-repeat; background-attachment: fixed}
    MGM out

    Comment

    • southernlady
      Senior Member
      • May 2005
      • 306
      • 4.0.x

      #3
      MGM, where????

      Never mind...I think it just dawned on me. Liz
      Secret City Designs

      Comment

      • southernlady
        Senior Member
        • May 2005
        • 306
        • 4.0.x

        #4
        IT WORKED!!!!!!!!!!!!!!! THANK YOU!!! Liz
        Secret City Designs

        Comment

        • got1-2
          New Member
          • Mar 2005
          • 5
          • 3.0.7

          #5
          OK..i give up, i have tried placig the code in various place...and cant get it to work...Help please!!

          Thanks

          Comment

          • southernlady
            Senior Member
            • May 2005
            • 306
            • 4.0.x

            #6
            Go to your AdminCP>Styles&Templates>Style Manager>All Style Options>Body>Background> and in that section for the url: paste your version of this code, using your image path:
            Code:
            url(images/CadesCove/misc/CadesCove1.jpg); background-repeat: no-repeat; background-attachment: fixed}
            The variables are
            images/CadesCove/misc/CadesCove1.jpg
            that string. The rest is NOT variable. Liz
            Secret City Designs

            Comment

            • shadowdancer36
              Member
              • Nov 2005
              • 97

              #7
              Originally posted by southernlady
              Go to your AdminCP>Styles&Templates>Style Manager>All Style Options>Body>Background> and in that section for the url: paste your version of this code, using your image path:
              Code:
              url(images/CadesCove/misc/CadesCove1.jpg); background-repeat: no-repeat; background-attachment: fixed}
              The variables are that string. The rest is NOT variable. Liz
              What ver of Vbull does this appy to? I have 3.5 and was wonderin where to change the background at. The very very back.

              Comment

              Related Topics

              Collapse

              Working...