I want to make background picture static like as seen on http://www.theartsdesk.com/
I don't want to lose it because of rolling down the site.
How can i do it?
#bg-wrap { background: transparent url('path/to/your/background_image.jpg') fixed center 0; }
No, i'm with a resolution 1920X1080. I's like that : http://img838.imageshack.us/img838/4010/screenkx.jpg
#bg-wrap { background: transparent url('path/to/your/background_image.jpg') fixed no-repeat center 0; }