Home › Forums › CSS › Why the img is coming 1px down on hover? › Re: Why the img is coming 1px down on hover?
January 30, 2013 at 4:26 am
#122805
Member
You need to put line-height:0px; in works class like :
.works {
overflow: hidden;
position: relative;
line-height:0px;
}
Than check it out…..