Background repeat
Résolu
Harricote
Messages postés
417
Date d'inscription
Statut
Membre
Dernière intervention
-
Harricote Messages postés 417 Date d'inscription Statut Membre Dernière intervention -
Harricote Messages postés 417 Date d'inscription Statut Membre Dernière intervention -
Bonjour,
je voudrais savoir comment faire pour dire au css qu'il faut que mon background se répète en y et non en x ?
Merci
je voudrais savoir comment faire pour dire au css qu'il faut que mon background se répète en y et non en x ?
Merci
A voir également:
- Background repeat
- Windows 7 logon background changer - Télécharger - Thèmes & Fonds d'écran
- Starter background changer - Télécharger - Thèmes & Fonds d'écran
- John's background switcher - Télécharger - Suite bureautique
- Gvr background window 3 ✓ - Forum Windows 10
- Error 1962 no operating system found. boot sequence will automatically repeat ✓ - Forum logiciel systeme
7 réponses
si tu as
tonattribut {
background-image:url(tonurldelimage);
background-repeat: repeat-x;
}
La ligne en gras tu met soit:
- repeat-x
- repeat-y
- no-repeat
tout simplement :D
tonattribut {
background-image:url(tonurldelimage);
background-repeat: repeat-x;
}
La ligne en gras tu met soit:
- repeat-x
- repeat-y
- no-repeat
tout simplement :D
Et bien, mon code :
Là, il me le répète en y... mais aussi en x !!
<td background="images/fond.png" style="background-repeat: repeat-y;">
Là, il me le répète en y... mais aussi en x !!
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question