Have a look here.After you click on a tile a house sprite should get attached to this tile and be shown fully. The image needs to span over several tiles However the sprite is covered by adjacent tiles. Why is that?\[code\].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;}\[/code\]