Boxes floated to the left get pushed over to the right when expanded with jQuery

uyugokljzgc

New Member
The best way I can explain this is with a JSFiddle example: http://jsfiddle.net/8tXku/I'm floating each \[code\].project\[/code\] div to the left and using some simple jQuery to make them expand to show a description when clicked, however if you click the first project it will push the third project to the right, because it's taking up too much space when expanded.Is there a way to get the third project div to just gracefully move down the page with the expanded content rather than move over to the right?
 
Back
Top