We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Fixed Background | Forum

Topic location: Forum home » Support » General Questions
Wesley
Wesley Oct 8 '13
I want my background image to be fixed so no matter how much times you scroll it stays the same. I know it is something I need to change in the base.css but not sure where,

I am sure I should change the background-position element but I know there are so many background-position's in the base.cc.
 Please can someone help?
ross Team
ross Oct 8 '13
Go to the CSS section in the Admin Panel and do the following: 

http://davidwalsh.name/css-fixed-position-background-image

Kяuncн Leader
Kяuncн Oct 16 '13

.ow_page_wrap {

background-attachment: fixed;

background-image: url("images/bg.jpg");

background-repeat:

repeat;position: relative;}

background-attachment: fixed; (being the key fix 4 your issue)

The Forum post is edited by Kяuncн Oct 16 '13
Gimme Sex
Gimme Sex Oct 21 '13
Maybe it depends on which theme you use, but for me this one did the trick:


body, body.ow {    background-attachment: fixed; background-image: url('images/bg.gif');

ross Team
ross Oct 21 '13
Wesley, 


has the problem been resolved?