Votre fond fixe
* Copier / coller le script entre les balises < head > et < /head >.
- Configurer le css suivant vos besoins:
- background: Ajouter une ligne pour définir votre fond sous la ligne " body{ " ,
" background-image:url(image_de_fond.png); "
< style> body { background-attachment: fixed; background-repeat: no-repeat; background-position: top center; } < /style>