Bonjour,
J'ai un problème pour afficher mes sprites dans mon site en responsive(je viens de commencer à l'intégrer).Je vous donne le code css:
J'ai un problème pour afficher mes sprites dans mon site en responsive(je viens de commencer à l'intégrer).Je vous donne le code css:
#reseauxsociaux {
display: block;
width: 100%;
position: absolute;
}
#reseauxsociaux ul li {
width: 100%;
display: inline-block;
max-width: 38px;
max-height: 38px;
}
#facebook {
background: url(images/reseaux-sociaux.gif) no-repeat left;
background-size:
display: block;
margin-right:1%;
width: 38px;
heigth: 38px;
}
#linkedin {
background: url(images/reseaux-sociaux.gif) no-repeat center;
width: 38px;
heigth: 38px;
display: block;
margin-right: 1%;
}
#pinterest {
background: url(images/reseaux-sociaux.gif) no-repeat right;
width: 38px;
heigth: 38px;
display: block;
margin-right: 1%;
}
#facebook:hover{
background:url(images/reseaux-sociaux.gif) no-repeat left top;
}
#linkedin:hover{
background:url(images/reseaux-sociaux.gif) no-repeat center top;
}
#pinterest:hover{
background:url(images/reseaux-sociaux.gif) no-repeat right top;
}