J'ai un petit problème de bordure sur cette page: http://objectifd1.celeonet.fr/photos/
Sur IE, bizarrement, ça fonctionne au poil tandis que sur firefox, il y a quelques pixels en trop en bas et à droite.
Voici le code CSS:
CODE
.rssThumbFloat a{
background-color: transparent;
float: left;
width: 100px;
height: 100px;
border: 2px solid #AAAAAA;
margin: 0 15px 15px 0;
text-align: center;
padding: 2px;
}
.rssThumbFloat a:hover{
border-color: #488ED3;
margin: 0 15px 15px 0;
}
.rssThumb{
display: block;
color: #FFF;
background-color:transparent;
width: 96px;
height: 96px;
text-align: center;
text-decoration: none;
}
.rssThumbFloat img{
border:0;
}
background-color: transparent;
float: left;
width: 100px;
height: 100px;
border: 2px solid #AAAAAA;
margin: 0 15px 15px 0;
text-align: center;
padding: 2px;
}
.rssThumbFloat a:hover{
border-color: #488ED3;
margin: 0 15px 15px 0;
}
.rssThumb{
display: block;
color: #FFF;
background-color:transparent;
width: 96px;
height: 96px;
text-align: center;
text-decoration: none;
}
.rssThumbFloat img{
border:0;
}
Merci pour votre aide