<style>
a {
width:50px;
height:50Px;
display:block;
background:url(sprites.png) no-repeat 0px 0px;
padding:10px;
box-sizing:border-box;
background-origin:content-box;
background-clip:content-box;
}
</style>
原文:http://www.cnblogs.com/chanphy/p/5863006.html