I am trying to achieve the following:
The DIVS are divided in three se
To get an image to stack on top of each other you have to specify it by removing the floats.
Using "clear:both;" will remove the floats will stack them, and then you can adjust the size using margins, padding, width, and height to get a perfect box.
Maybe it is just a typo you entered here on the site...your divs that contain the image are set to displat: inline-block instead of display