Bonjour à tous!
Bon le titre explique un peu tout : Je n'arrive pas à faire répéter mon fond d'écran sur l'axe y centrer au milieux de la page!
Pourtant, j'utilise toujours background-repeat: repeat-y; mais là, ça marche pas ...
Voici mon code :
#haut > h4 {
background-image: url(texte.jpg);
background-position: 0% 50%;
height: 15px;
width: 1025px;
margin: auto;
background-repeat: repeat-y;
}
Voyez vous le problème ?
Mercu à tous !