Hy
I know this is not a specific question for this template, but, can you guy tell me how to make the background to stay still, and just the template to move up and down when scrolling?
i want to freeze the bg_image.jpg
thanks
#bg-wrap {
background: transparent url('../images/style1/bg_image.jpg') fixed center 0;
}
#bg-wrap {
background: transparent url('../images/style1/bg_image.jpg') scroll no-repeat center 0;
}