Buenas, estoy teniendo problemas con este código en IExplorer.
Con Firefox y Safari estupendisimamente
La cosa es que no se que valores son los que no admite IE de mi código y por eso da problemas, a ver si me pueden echar una mano
Código:
.photo {
margin-left:110px;
margin-bottom:60px;
position: relative;
width: 180px;
height: 130px;
float: left;
}
.photo img {
background: #fff;
border: solid 1px #ccc;
padding-bottom:4px;
padding-left:4px;
padding-right:4px;
padding-top:4px;
}
.photo span {
width: 20px;
height: 18px;
display: block;
position: absolute;
top: 12px;
left: 12px;
background: url(images/digg-style.gif) no-repeat;
}
.photo a {
text-decoration: none;
}
.sample14 span {
width: 160px;
height: 84px;
display: block;
position: absolute;
top: 4px;
left: 5px;
background: url(images/glossy-gradient.png);
opacity: 0.4;
-moz-opacity: 0.4;
filter: alpha(opacity=40);
}
.sample14 div.aka {
position: relative;
margin-top:2px;
margin-bottom:10px;
width: 170px;
height: 171px;
text-align:center;
}
.photo a:hover img {
background: #fff;
border: solid 1px #949180;
padding-bottom:4px;
padding-left:4px;
padding-right:4px;
padding-top:4px;
}
Muchisimas gracias