a-img类在Firefox上不能实现,怎么回事?这是个严肃的问题,求答案。
为什么直接用以下样式,在Firefox中没有体现出来
.a-img{
height:164px;
width:164px;
display:block;
overflow:hidden;
}
但是应用以下样式,却能体现
.con > .a-img {
display: block;
height: 164px;
overflow: hidden;
width: 164px;
}