css image building with sprites
问题 I'm trying to create a dynamic icon using css sprites. here's what I keep getting: So I actually have a couple of questions about what's going wrong: Why is the icon (the box with the cross) not overlapping the purple boxes? Why do the purple boxes have a 2px space between them? EDIT Here is a jsFiddle: http://jsfiddle.net/hWhUb/ here's the relavant css i'm using: .icon { position: relative; width: 87px; } .icon .icon-type { position: absolute; left: 0; } .icon .brigade, .icon .icon-type {