I imported a pic for my homepage background and was wondering what code I can use to make it fixed in place, so the body will move as you scroll, but not the pic.
There was an old theme, forget what it was called, something like disco or club or something that had that in it's basic HTML code. I tried to use it here but won't work like it did. So? Anyone know exact code to use and where to put it? Thanks for your help, I really do appreciate it!
Tags:

Hope this code will help you...
/* Fixed background */
body {
background:url(YOUR IMAGE LINK GOES HERE) no-repeat fixed center top #FFFFFF !important;
}
/* Fixed background */
Permalink Reply by Felix Torres on March 15, 2012 at 10:50am I tried this, although for some reason it's not working. Do you have any other ways of fixing this? I still I get a white transition background at the end of my background. Any help would be greatly appreciated.

can u show me your site?
Permalink Reply by Felix Torres on March 15, 2012 at 11:34am Of course, myterajournal.com
You can see what I mean at the bottom of the homepage.

Use the exact code given above...you background image is not fixed..
Permalink Reply by Felix Torres on March 15, 2012 at 11:44am See I have had that same exact code in. Though nothing happened. I just re-placed it in and now my background is just white.

Where did you put this code?
Permalink Reply by Felix Torres on March 15, 2012 at 12:07pm I found out, it was my image link that wasn't working. Thank you for the help.
Permalink Reply by George H. Compton IV on June 20, 2012 at 7:28pm body { background-image: url(---------); background-attachment: fixed; background-size:1130px 767px; }
And if you want to adjust the size use this code just replace the ----- with your image link and adjust the size..
Being able to adjust the size will give you the option of stretching or shrinking your picture To fit your page.. no more Tiling the pictures
Permalink Reply by Paul Corona on February 9, 2012 at 6:55am if you look at my page at : http://www.navydads.com/profile/PaulCorona you can see how my implementation works.
body {
background:url(http://api.ning.com/filesIMAGE>>.jpg?width=1920);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
}
Permalink Reply by Debby Bruck on February 9, 2012 at 2:10pm Paul - That website of yours looks really cool. It has a very 3 dimensional effect.
The only reason I wouldn't want one like that for myself is the difficulty in legibility of all the text.
Looks so nice ....Blessings, Debby
Permalink Reply by Paul Corona on February 9, 2012 at 5:47pm yeah, aware of the text but got tired of fussing with code and said to heck with it....for the time being.....
Dustin Craig replied to John Bizley's discussion 'Show Your Ning 3.0 Sites'
Paul Corona replied to Suzie Nielsen's discussion 'Watching Cultivating videos- have questions!'
Chris replied to JFarrow's discussion 'Ning Emails Going to Spam?'
Larry Matthews replied to Larry Matthews's discussion 'Photos'
Fabio replied to Phil McCluskey's discussion 'Site Manager Updates for Ning 3.0 Networks'
© 2013 Created by Ning.
