I have a layout that resizes my images! But I am facing problem of aliasing in Internet Explorer (v.11). I tried some fixes but no success! What can I do to troubleshoot?
CSS
li > img.frdImage {
position: relative;
margin-top:-25px;
top:50%;
float:left;
margin-left:5px;
border-radius: 50%;
width:50px;
height:50px;
}
jsFiddle: HERE (please open using internet explorer)