这是我曾经做过的一个薪pal。
下面的图像显示我们在互联网探索者中获得的东西以及我们在“空间”中获得的东西。
展示雕像的法典是:
.ppsprite {
background: url( /images/paypal_sprite.png )no-repeat scroll 0px 0px transparent;
width:200px;
height:100px;
position:absolute;
left:54px;
}
.ppsprite:hover {
background: url( /images/paypal_sprite.png )no-repeat scroll 0px -100px transparent;
}
显示间谍法(html)
<input class="ppsprite" type="image" name="submit" alt="">
屏幕(因特网探测器和火ox)
The sprite works perfectly in all browsers, but you can see a shitty border in IE and a kind of missing image icon top left. In chrome and safari, pretty much same ( but shows alt text on top of sprite )