看看这里。
在你点击一个瓷砖后,房子精灵应该会附着在这个瓷砖上并完全显示出来。图像需要跨越多个图块但是精灵被相邻的图块覆盖。这是为什么?
.div {
background: none repeat scroll 0 0 red;
display: inline-block;
height: 20px;
width: 20px;
vertical-align:top;
transition: all 500ms ease-in-out;
cursor: url(house.png) 1 20, pointer;
}