Just a quick question - is there a way to make position: fixed
divs at the bottom of an element (such as the body) grow upwards as content is dynamically added? Maybe something like anchor: bottom
or increase: up
?
I'm thinking that using JavaScript might be the only solution for this kind of functionality, right?
I wanted to get some input from the knowledgeable folks here on SO. Thanks!