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 implement this.
Obviously the first thing to do is set position
to fixed
. But beyond that... no clue.