Web Hosting Talk







View Full Version : [CSS]


JustinSmall
05-06-2008, 07:09 PM
I have the main background

body {
margin: 0px;
background: #EDEDED url(images/body-bg.jpg) repeat-x top left;
}
How do I make it so when you scroll down on the page the background stays in the same spot.

basically the content scrolls but the background doesn't scroll.

killapix
05-06-2008, 08:22 PM
background-attachment: fixed