Hello!
I have an XHTML with its content of unknown height.
I want to have a small text in a div that's always on the bottom of the browser viewport when the content is smaller than the height of the viewport and go under the viewport when the content is higher.
I can't do this with position:fixed and bottom:0 because if the content is higher it will overlap the content.
Thank you.