Sunday, 20 September 2015

jQuery Mobile: Stick footer to bottom of page:

jQuery Mobile: Stick footer to bottom of page:
=================================
add css:
----------
[data-role=page]{height: 100% !important; position:relative !important;}
[data-role=footer]{bottom:0; position:absolute !important; top: auto !important; width:100%;}


Disable Div.jqm-content :

css :
div.jqm-contne{ display:none; }

No comments:

Post a Comment

Claude Code worflow

The Claude code task cycle 1. Gater context Reads files, explore projec structure, code base 2. Plan Break the task in to steps 3. Exe...