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?? using facebook the next theme | Forum

Topic location: Forum home » Support » General Questions
Jeren
Jeren Jul 13 '13
Okay Im sure other people don't like the defult tiled background.  I would like to have a fixed excatly like the background in my personal site: www.jeren.co  I like how the webpage content scrolls down and the background image stays in place. 


any ideas?


thanks



* i've posted this before but the solution that was given to me didn't work. can someone just pm me on this matter and guide me through it? or can i give someone temporary access to get a fixed background on my site? thanks

ross Team
ross Jul 15 '13
Jeren, please, provide us with the screenshot how you have edited the css in the admin panel and the path to your background image
Jeren
Jeren Jul 15 '13


here is the code i paste in the edit css. 

ross Team
ross Jul 15 '13
when I entered the path you specified I got an html page with the picture not jpg
ross Team
ross Jul 16 '13
also read this post: http://www.oxwall.org/forum/topic/11610
The Forum post is edited by ross Jul 16 '13
Jeren
Jeren Jul 19 '13
so where am i suppose to place the image at? in my ftp access?  i don't really want to strecth the image because it becomes blurry and pixelated.  



Angel
Angel Jul 21 '13

I did that on my previous theme:


.ow_page_wrap { 

background-image: url('http://putyourimagesomewhere.com/images/background.png');

background-repeat: no-repeat;

background-attachment:fixed;

background-position: 50% 0%;

}


then you must upload your image somewhere.


The Forum post is edited by Angel Jul 21 '13
ross Team
ross Jul 21 '13
Then you need to find an image of proper size Jeren, 

Angel +1