I have a specific goal in mind:
I aim to create two rows, each containing three columns. I have used relative positioning for the rows, with three images in each row for a total of two rows, and this is working well.
My next step is to add layered divs beneath those images using absolute positioning and negative z-index values. While this works perfectly for the first row, the second row is causing issues as the absolute positioned divs appear on the first row instead.
If you want to see the code in action, check out my jsFiddle here: http://jsfiddle.net/Ajdin/tNGCM/
I've done some research by reading other questions on forums and googling CSS absolute positioning, but I still seem to be missing something. Any help would be greatly appreciated :)