以下のコードでは境界線が削除されていません。これは image sprite です。style と border 0 を使用して境界線を削除する方法をいくつか試しましたが、使用できません。
<style>
img.home{width:40px;height:32px;
background:url(share.png) 0 0;
border-style: none;}
img.next{width:40px;
height:32px;background:url(share.png) -36px 0;
border-style:none;}
</style>
<a href="http://www.yahoo.com/">
<img class="home" border="0">
</a>
<img class="next" border="0"/>