Background to float

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!

Quote · 1 Feb 2012

 

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 ;)
Quote · 1 Feb 2012

I have a different template now so its not in the same place.

http://razzlebird.com

Wink

Quote · 1 Feb 2012

 

I have a different template now so its not in the same place.

http://razzlebird.com

Wink

 ohh ok hope u solve it good luck

Quote · 1 Feb 2012

check   templates/yourtemplate/css/general.css   footer area is using a color and no image

Quote · 1 Feb 2012

 Okay! your bg is already fixed if your talking about the footer which is white than edit your general.css and at line 41

change that to this

 

#foot56vb{
background: transparent;
min-height: 200px;
}

 

check   templates/yourtemplate/css/general.css   footer area is using a color and no image

 

so much to do....
Quote · 2 Feb 2012

Thanks guys it worked I really appreciate the help!

Quote · 2 Feb 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.