Posted by Bergamot on 10/16/21 11:59
Chris wrote:
> Is there an easy way to align a nested div to the bottom of the parent div?
div.parent {
position: relative;
}
div.nested {
position: absolute;
bottom: 0;
}
Use with caution, and test in every browser you can find at a wide range
of window and text (zoom) sizes, because it is quite likely to break
somewhere.
--
Berg
Navigation:
[Reply to this message]
|