stick button to bottom of element

Posted by dzona on Stack Overflow See other posts from Stack Overflow or by dzona
Published on 2012-07-10T14:20:17Z Indexed on 2012/07/10 15:15 UTC
Read the original article Hit count: 123

Filed under:
|
|
|

Is there any way to stick child button element to bottom of parent element when number of child elements vary?

Parent element is fixed height, and could be scrolled vertically in case of child overflow. In that case, button should be at the end of child list, but in case there is no children, or children size don't push parent element to overflow, it should be at bottom of parent element.

Is there pure css solution for this?

Thanks

© Stack Overflow or respective owner

Related posts about html

Related posts about css