I'm trying to simulate coverflow user interface: jsFiddle
As you can see on the right, the last image covers the second last image. How to get around this problem, or is there a better method than display: an inline block. I try to avoid using position: absolute, as this involves calculating the position for each individual image.
source share