I want to create a wall of quotes that are contained inside different colored rectangles.
Obviously, the quotes will be different lengths and I want the rectangles to be randomly sized widths - which will mean the heights are going to be correspondingly sized.
I'm using float: left, but this leaves lots of gaps. It would be great if the rectangles could tessellate.
I'm not quite sure if this problem fits the 2D packing problem or other questions such as this one: Fitting rectangles together in optimal fashion. If it does, I don't know how to translate a solution into php/css/jquery. Otherwise, any other thoughts would help :)