Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Why the img is coming 1px down on hover? Re: Why the img is coming 1px down on hover?

#122805

You need to put line-height:0px; in works class like :
.works {
overflow: hidden;
position: relative;
line-height:0px;
}

Than check it out…..