Help! How can I make the BG Pict Steady when I scroll down and Up??

Discussion in 'Graphics & Multimedia' started by Zero3D, May 6, 2009.

  1. #1
    Hello,

    DP members can somebody help mo how to fix my BG pict in my wordpress.
    I want the Background pict will look like this - Example

    I want to fix my WP theme Background like that.
    "How to make the Background Fix whenever I scroll down or Up"

    Hope to hear You soon


    Thank You
    Zero
     
    Zero3D, May 6, 2009 IP
  2. Oranges

    Oranges Active Member

    Messages:
    2,610
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Here is the code you have to apply for body:-

    body {
    background: #ffffff fixed url(images/body-bg.png) repeat-x;
    }

    Note:- "fixed url" [Remove the quotes] Property does the trick.
     
    Oranges, May 6, 2009 IP
  3. Zero3D

    Zero3D Banned

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a lot mate! It works!!
     
    Zero3D, May 6, 2009 IP