Exemple de code de la propriété JS / CSS backgroundAttachment.
<style type="text/css">body{
background-image:url(../images/css/f_background_attachement.gif);
background-repeat:repeat-y;
:fixed;
}</style>
<div onclick="document.body.style.backgroundAttachment='fixed'">Cliqer moi pour voir l'application de backgroundAttachment</div>
Interprétation du code de la propriété backgroundAttachment JS / CSS par votre navigateur.
Cliqer moi pour voir l'application de backgroundAttachment
Interprétation normale du code de la propriété JS / CSS backgroundAttachment (copie d'écran).