Forum How do I...?

vertical alignment of a float

Jellby
When a block is defined as float:left or float:right, it normally floats to the margin and extends down from the line it was originally defined, as if it is anchored at the top.

I wonder if it's possible to have a floating block anchored at the bottom: make it extend up from its "parent line".
mikeday
Perhaps have an absolutely positioned block within the float, using "bottom: 0" to anchor it?