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?
I think you can do this:
html{ min-height:100%; position:relative; background-color:red; } .footer{ bottom:0; position:absolute; background-color:blue; }