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.
Thanks in advance!
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.
Thanks in advance! |
Please give your site link and disable your cache and js compression. So, i can give you the exact file and line to change the code. so much to do.... |
Hello thank you for your help! I disabled the cache and my site is http://www.razzlebird.com/index.php |
edit templates/tmpl_tmd027/css/common.css at 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;
}
good luck...:)
so much to do.... |
Thank you! :) |
you're welcome.......:) so much to do.... |