How can I set position of a to the bottom of page with either CSS or jQuery?
to the bottom of page with either CSS or jQuery?
You can use position:absolute;bottom:0; if that's all you want.
position:absolute;bottom:0;