Here is the demo,這裏是精靈:使用背景重複背景位置的CSS精靈
我想用箭頭標記,像這樣:
<div class="tooltip">
The tooltip
<span class="arrow"></span>
</div>
設置:
background-image: url(foobar.gif);
background-position: 0 -40px;
background-repeat: none;
似乎不工作(如預期) 。任何解決方法?
span.arrow如何獲得高度和寬度?正如你的代碼所代表的那樣,因爲它是一個空的內聯元素,它不會有任何尺寸,並且你不會看到背景圖片。 – 2011-04-25 10:10:30
@Andy:我已經設置了演示。我寧願不在寬度上設置寬度,因爲我需要跨度上的頂部邊框。 – 2011-04-25 10:16:11