Aide css pour un arrière plan fixe
Résolu
Chabanus
Messages postés
982
Date d'inscription
Statut
Membre
Dernière intervention
-
Chabanus Messages postés 982 Date d'inscription Statut Membre Dernière intervention -
Chabanus Messages postés 982 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
J'ai un arrière plan et je voudrais qu'il soit fixe dans toutes les pages
body
{
width: 1002px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/design3/vertvert.jpg");
background-color: #3c8d7a;
background-repeat:no-repeat;
}
Merci pour votre soutien ;-)
--
Il faut faire partie de la solution et non du problème ;-)
J'ai un arrière plan et je voudrais qu'il soit fixe dans toutes les pages
body
{
width: 1002px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
background-image: url("images/design3/vertvert.jpg");
background-color: #3c8d7a;
background-repeat:no-repeat;
}
Merci pour votre soutien ;-)
--
Il faut faire partie de la solution et non du problème ;-)
Configuration: Windows XP Firefox 3.0.4
4 réponses
-
-
Salut
essaie ça
BODY { background-image: url("images/design3/vertvert.jpg"); background-attachment: fixed; } -
body
{
background-image: url("../images/tonimage.gif");
background-repeat: no-repeat;
background-position: top right;
background-attachment: fixed;
}
voila la imagine tu met ton image en haut a droite elle y sera tout le temp même si tu baisse pour aller voir le texte en dessous -
C'est super ! Merci