full screen centering background continues to center even if I get scroll bar
body{padding:0; margin:0; background: #000000 url(images/backgrounds/main_bg.jpg) no-repeat center top; width: 100%; font-family: Arial;}
Here I have a simple background that centers when the browser resizes, which is great, however I have a 1024px centered column and want the background to stop centering like the ce开发者_如何学Cnter column does. Otherwise it looks weird.
Thanks
You need to make the background image the same size as the column, and then put the background picture in the column not in the body.
精彩评论