I have a wall of boxes created by a wordpress loop that uses jquery masonry. Each box contains a thumb and I hide the information about each image and want to expand each box vertically using jquery on hover. My problem is I dont want to overlay content on another box and I could only figure out how to adjust the entire masonry on hover which causes problems when the reloading of masonry causes the hovered box to be in a different spot. So I need to only make the the box's underneath the hovered box in its' column move down without changing the format of the rest of the masonry structure if that makes any sense. You can see an example of what I have so far in this jsfiddle.
Also I tried to give the hovered box a "fixed" position with jquery in an attempt to lock it in place but the masonry reload changes it right back to "absolute" but I think I'm on to something there.