Balise HTML plusieurs fond
Résolu
miou00
Messages postés
83
Statut
Membre
-
miou00 Messages postés 83 Statut Membre -
miou00 Messages postés 83 Statut Membre -
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.
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:
- Balise HTML plusieurs fond
- Editeur html - Télécharger - HTML
- Comment mettre une vidéo en fond d'écran - Guide
- Fond de page word - Guide
- Fond d'écran carousel - Forum Xiaomi
- Trame de fond word - Guide
3 réponses
Salut !
Tu peux utiliser les CSS3 et le "multiple backgrounds" (voir là :
Tu peux utiliser les CSS3 et le "multiple backgrounds" (voir là :
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;
}
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
cété
<style>
body { background-image: url("http://static.hugedomains.com/images/logo_huge_domains.gif") }
p { background-image: none }
</style>
merci