Exemple de code détaillé de la propriété 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 détaillé de la propriété css backgroundAttachment par votre navigateur.
Cliqer moi pour voir l'application de backgroundAttachment
Interprétation normal du code de la propriété css backgroundAttachment (copie d'écran).