Hey guys. I have a simple question about website backgrounds. How do you make a background for a site that does not move when you scroll up or down a page? Also how do you make a background for a php oscommerce website? Say for example the backgrounds for both questions are a picture background and not just a color background.
Ok, I would but I'm not sure how to do that. lol If you could would you tell me how? Thanks for the help
body { background-image: url(image.jpg); background-repeat: no-repeat; background-attachment: fixed; } Should work.
@hj6577 Just a suggestion don't use big size background it will just load your site slower. You can use blank background instead to make your site run smoothly to visitors/viewers.