Exemple de code détaillé de la propriété css background-attachment.
body{background-attachment:fixed}
<style>body{
background-image:url(../images/css/f_background_attachement.gif);
background-repeat:repeat-y;
background-attachment:fixed;
}</style>
Interprétation du code détaillé de la propriété css background-attachment par votre navigateur.
body{background-attachment:fixed}
Interprétation normal du code de la propriété css background-attachment (copie d'écran).
