Fermer fl Glossaire fl CSS
Glossaire

sp  sp   sp
Technique : CSS
background-attachment
Internet Explorer Netscape Opera Mozilla
4.0+ 6.0+ 4.0+ oui
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 }

Conception Oznog co. Multimédia