|  | 
| Cette propriété détermine si l'image de fond ( background-image ) défilera avec le contenu ou restera fixe sur la page (canevas). Il est préférable d'utiliser la propriété background au lieu de la propriété background-attachment. | 
| Syntaxe:  background-attachment: <valeur> 
 Valeurs possibles :  scroll | fixed
 
 Valeur initiale :  scroll
 
 S'applique à :  Tous les éléments
 
 Inherited :  Non
 | 
| BODY { background: white url(image.gif); background-attachment: fixed } |