I have the following image with sprite background:
HTML:
<li>
<img class="imgicons icons22" align="absmiddle" src="">
<a href="#"></a>
</li>
CSS:
.icons22 {
display: inline-block;
background-position: -114px -306px;
background-repeat: no-repeat;
}
.imgicons {
width: 16px;
height: 16px;
background: url('../images/main.png') repeat scroll 0% 0% transparent;
}
Output is :
How should I remove outline border from image? I have checked this in FF/Chrome.