Balise HTML plusieurs fond

Résolu/Fermé
miou00 Messages postés 69 Date d'inscription samedi 16 juin 2007 Statut Membre Dernière intervention 23 mai 2016 - 19 nov. 2010 à 21:33
miou00 Messages postés 69 Date d'inscription samedi 16 juin 2007 Statut Membre Dernière intervention 23 mai 2016 - 20 nov. 2010 à 11:28
Bonjour, je cherche le moyen de mêtre le fond de mon site à gauche et a droite, j'ai essayé plusieurs solution mais je trouve pas.

voila mon site:
http://img41.imageshack.us/img41/5728/helpm.jpg


j'aimerai mètre l'image que vous voyé a gauche, à droite aussi.

Actuélement j'utilise sa

<style>
body {background-color: #DAFFA8; background-image: url(https://www.hugedomains.com/domain_profile.cfm?d=wowlegions&e=com repeat-y;background-position: left right top;}
</style>

j'ai essayé de mêtre 2 balise mais sa fonctionne pas.
A voir également:

3 réponses

le hollandais volant Messages postés 4998 Date d'inscription samedi 8 mars 2008 Statut Membre Dernière intervention 23 décembre 2023 1 056
19 nov. 2010 à 21:46
Salut !
Tu peux utiliser les CSS3 et le "multiple backgrounds" (voir :

body {
   background: 
     url(http://static.hugedomains.com/images/logo_huge_domains.gif top left repeat-y,
     url(http://static.hugedomains.com/images/logo_huge_domains.gif top right repeat-y;
   background-color: #daffa8;
}
0
miou00 Messages postés 69 Date d'inscription samedi 16 juin 2007 Statut Membre Dernière intervention 23 mai 2016 2
19 nov. 2010 à 22:27
sa ne fonctionne pas :(
0
miou00 Messages postés 69 Date d'inscription samedi 16 juin 2007 Statut Membre Dernière intervention 23 mai 2016 2
20 nov. 2010 à 11:28
j'ai trouvé :)
cété
<style>
body { background-image: url("http://static.hugedomains.com/images/logo_huge_domains.gif") }
p { background-image: none }
</style>

merci
0