I have to go from a) to b) : https://i.stack.imgur.com/9hWxJ.png (the green stock-image is from a sprite)
I m having following HTML-code:
<p class="stock"><span class="img"></span>in stock</p>
遵循特别安全局编码:
p span.img {
display:inline-block;
width: 14px;
height: 17px;
padding-right: 5px;
background: transparent url(images/page1/tho_main_sprite.png) -0px -580px;
}
p.stock {
font-size: 9px;
color: #000;
}
我试图将一些高和直线带给牲畜,但没有结果。
感谢很多!