1
如何使用圖像鏈接的精靈。當我嘗試下面的鏈接使用失去圖像鏈接的精靈問題
<a target="_blank" rel="nofollow" title="link1" href="http://www.yahoo.com">
<div id="yahoo1" class="logosprite"></div>
</a>
CSS:
#yahoo1.logosprite {
background-position:0 0;
height:16px;
width:16px;
}
任何人都可以提出更好的解決方案?