Say I have a code like:
<div id="mydiv">This text is supposed to stay at the bottom of the window regardless of scrolling</div>
How can I program that (or use css) to keep at the bottom of my browser window, even when scrolling?
Help is very much appreciated