hockpunk426 0 Report post Posted March 21, 2011 How would I go about setting the background that I have to stationary. When I scroll it slowly turns to my background color. I just want it to stay the image I have set. I have platform pro. Thanks Share this post Link to post Share on other sites
Kate 3 Report post Posted March 21, 2011 Hi Brad, This is actually a CSS option. The option you're looking for is "background-attachment". You can read more about it here: http://www.w3schools.com/Css/pr_background-attachment.asp Share this post Link to post Share on other sites
hockpunk426 0 Report post Posted March 21, 2011 Kate- Which CSS file do i need to modify. When I go into editor it has core css and theme css. Is there some sort of guide that will tell me when I can and can not use the editor. I am used to using an editor and I am a little confused as to when I can use it and when I can not. In this case I thought for sure that the "Set background image repeat" would take care of the job and I feel bad bothering your guys. One more thing, what happens to that file when I run an update? Thanks, Brad Saverino Share this post Link to post Share on other sites
hockpunk426 0 Report post Posted March 21, 2011 This is the code I am looking at in my theme.css I see a lot of colors that I have specified in the design section but I do not see the image I specified to set as fixed. [edited] Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 21, 2011 if you set it as fixed in the design option can we see a link to the site so we can inspect it? Share this post Link to post Share on other sites
hockpunk426 0 Report post Posted March 21, 2011 www.higherx.com It has been set to fixed but it changes colors as you scroll down, It does not maintain that image as you scroll down. Share this post Link to post Share on other sites
Guest Guest Report post Posted March 22, 2011 You should make an image more like the following: The way I've always done background gradients is the following (I know design control has this feature now but I like the old fashioned way) background: #222 url(images/bodybg.png) repeat-x left top; Just an example mind you. Share this post Link to post Share on other sites
hockpunk426 0 Report post Posted March 22, 2011 I used the image that design control created. I can move it but I don't see how that will fix my issue. It still is not doing what I would like. It stays fixed but I would rather have the text scroll in front of the image rather than the image move as I scroll down. theme.css is what I am supposed to modify correct? Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 22, 2011 Did we try this css:? ` body.canvas #page, body.full_width #page, body.fixed_width { background: fixed; } ` Share this post Link to post Share on other sites