Bonjour,
après avoir, grâce à "alla00958", résolu le problème du menu déroulant en mode smartphones sur mon site, j'ai un autre problème, déjà ancien, sur le même site. Sur tous les smartphones et même les tablettes iPad et autres, mon background ne s'affiche pas. A la place, il y a un fond blanc. Alors que sous Firefox, ce fond est présent, même en résolution "smartphones". Ce background est une simple couleur de fond en radial-gradient. Le site :
mamoutou-kone.fr
Voici la partie html concernée :
---------
---------
Une solution ?
Merci.
Modifié par Bongota (13 Oct 2017 - 13:07)
après avoir, grâce à "alla00958", résolu le problème du menu déroulant en mode smartphones sur mon site, j'ai un autre problème, déjà ancien, sur le même site. Sur tous les smartphones et même les tablettes iPad et autres, mon background ne s'affiche pas. A la place, il y a un fond blanc. Alors que sous Firefox, ce fond est présent, même en résolution "smartphones". Ce background est une simple couleur de fond en radial-gradient. Le site :
mamoutou-kone.fr
Voici la partie html concernée :
---------
html, body {
background-image:-moz-repeating-radial-gradient(30deg, gray, #FAFAD2 );
background-image:-webkit-radial-gradient(30deg, gray, #FAFAD2);
background-image:-o-radial-gradient(30deg, gray, #FAFAD2);
background-attachment:fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 100%;
width: 100%;
background-position: center center;
background-repeat: no-repeat;
border:0px solid transparent;
font-size:100%;
margin:0px 0px 0px 0px;
height:100%;
min-height:100%;
padding:0px 0px 0px 0px;
}
---------
Une solution ?
Merci.
Modifié par Bongota (13 Oct 2017 - 13:07)