I have a fixed-width DIV that I want to remain at the bottom of the browser\'s viewport.
Unfortunately, I haven\'t a clue where I would even begin to try to implemen
#mydiv{ position: fixed; bottom: 0px; }