January 20, 201016 yr Hey can someone tell me how to create a fixed background image like the one in this website? My site has a similar central layout. Is there a particular size the background image must be?
January 20, 201016 yr Author Hey can someone tell me how to create a fixed background image like the one in this website? My site has a similar central layout. Is there a particular size the background image must be? I've managed to get the background to stay in place while scrolling up and down, but when I minimized the window to a smaller size, it's all out of place.
January 20, 201016 yr In addition to using background-attachment: fixed; to stop a background image scrolling, you may want to center it so that when you reduce the window width it is still centered (but part of each side will be cut off) instead of all of one side being cut off. http://www.w3schools.com/css/pr_background-position.asp background-position: top center; background-attachment: fixed;
Create an account or sign in to comment