HTML code of the page
<body> <div class="wrapper"> </div> </body>
CSS
body { background: #000 url(../images/bg_main.jpg) top center repeat-x; } .wrapper { background: url(../images/bg_wrapper.png) top center no-repeat; }
How can I add a background scrolling in a wrapper
diva? jQuery parallax effect plugins offer too complex effects, and I just need to scroll the background in a diva.