I'm using this code for putting a div in bottom of page:
http://jsfiddle.net/gyExR/ (special thanks to this user)
Now how can I maintain the element at the bottom of the page on scrolling?
I did try to add event on window scrolling and setting position and bottom again, but it did not work.