There is a Google chrome bug with my code that there isn't in IE & Firefox.
The Address is : chashnik
The DIV class '.health' has a background image with fixed attachment property.
In Google chrome this images blinks repeatedly and never stopped.
There isn't any problem with Firefox & IE.
CSS Code:
.health {
float: left;
height: 930px;
width: 400px;
position: relative;
background-attachment:fixed !important;
background-image: url(../images/pattern/back-healt.jpg);
background-position: center center;
background-repeat: repeat;
}