bonjour
je ne sais pas si ça fonctionne ou pas encore
mais le dégradé vertical ne marche pas çà donne un fond barré
voici mon code
mais ça marche bien pour le dégradé dans le sens horizontale
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 <style> body { background: -moz-linear-gradient(#000000, #fcfd0f); background: -o-linear-gradient(#000000, #fcfd0f); background: -webkit-linear-gradient(#000000, #fcfd0f); background: -ms-linear-gradient(#000000, #fcfd0f);} </style>
par exemple:
pouvez vous m'expliquer ce qui cloche.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2 background: -moz-linear-gradient(0,#000000, #fcfd0f);
merci d'avance
Partager