Hello all, anyone know how to make it so that the background follows as you scroll down the page right now its fixed and when I scroll down the background doesn't cover the whole background of the profile. My site is http://razzlebird.com
Thanks in advance!
Hey mate what happen didnt u fix this:
Hey I fixed the issue with the background image staying glued:
edit templates/your template/css/common.css at around line 2
add the line in red.
body {
background-color:transparent;
background:#ffffff url(../images/bg-body.jpg) center top no-repeat;
font:normal 11px Verdana;
padding:0;
color:#3f3e3e;
background-attachment: fixed;
}
That should do it ;)