Tuesday, March 13, 2012

jQuery Mobile: Stick footer to bottom of page - Stack Overflow

jQuery Mobile: Stick footer to bottom of page - Stack Overflow: "
7
down vote
accepted
You can add this in your css file:

[data-role=page]{height: 100% !important; position:relative !important;}
[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;}
So the page data-role now have 100% height, and footer is in absolute position"

'via Blog this'