Let’s say I have a DIV that’s styled as a square, and it has squares (DIV) inside of it. I’d like the squares inside the main DIV to stack in the lower right. I can use float: right to to get them on the right edge, but how do I make them stack at the bottom rather than the top?
Let’s say I have a DIV that’s styled as a square, and it has
Share
Should you not find a good CSS solution, jQuery can easily handle this:
Fiddle
HTML and CSS