TedHaggard
New Member
I have a list of images, which I'd like to stack, one on top of each other, then offset each image by 30px top and left.\[code\]<ul> <li><img src="http://stackoverflow.com/questions/14511801/#"></li> <li><img src="http://stackoverflow.com/questions/14511801/#"></li> <li><img src="http://stackoverflow.com/questions/14511801/#"></li> <li><img src="http://stackoverflow.com/questions/14511801/#"></li> <li><img src="http://stackoverflow.com/questions/14511801/#"></li></ul>\[/code\]I found a jsFiddle of a similar effect (http://jsfiddle.net/BrAbs/1/) but require the left position to be offset and increase for each image too (0px, 30px, 60px, 90px) etc.