Background Problems

it seems after i changed the background to place it center my background is now moving with my page up and down and is not fixed how can i fix this. as it was fixed and only the text moved with the mouse Please help

background: url(../images/bg-body.jpg) top no-repeat;
 background-attachment: fixed;
 color: #ffffff !important;
 font-family: Arial !important;
 font-weight:normal;
 font-size: 11px;
 margin: 0;
 padding: 0px !important;

Quote · 23 Jan 2012

Here's how my background is fixed:

In the file templates/template/css/common.css at line 1:

 

body {
    font-family:Verdana,Arial;
    font-size:11px;
    color:#333333;
    background-color:#5a0000;
    background-image:url('.../templates/base/images/body-bg.gif');
    background-position: CenterTop;
    background-repeat: repeat;
    background-attachment: fixed;
    margin:0px;
    padding:0 0 50px 0;   
}

Hope this helps somehow.

Quote · 24 Jan 2012

Thanks will try

Quote · 24 Jan 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.