I want to know what i have to add on overide.css for a fix background image (The background image stay at the top when scrolling)
Here the code i have but the background move
- Code: Select all
body {
background:url(../images/style1/bg_body_main.jpg) top left repeat !important;
}
