I've been pondering whether it's possible to align elements with the same class and position: absolute
next to each other. After an hour of experimenting, I discovered a solution: http://jsfiddle.net/hv01ad1r/1/
However, when attempting to use display:inline-block
, there seems to be some spacing between the elements.
http://jsfiddle.net/hv01ad1r/2/
I'm curious about why this unexpected space is appearing and how to eliminate it.