Monday 15 July 2013

Issue after setting header and footer in jquery mobile android -


I set the header and footer for the fixed position in the project. I moves slightly ahead of my position, I can tell how to solve this problem I jquery.mobile-1.3.1.min.js jquery.mobile-1.3.1.min.css

Check here, use the appropriate JQM HTML markup.

  & lt; Div data-role = "page" & gt; & Lt; Div data-role = "header" & gt; & Lt; H1 & gt; Page Title & lt; / H1> & Lt; / Div & gt; & Lt; Div data-role = "content" & gt; & Lt; P & gt; Page content goes here & lt; / P & gt; & Lt; / Div & gt; & Lt; Div data-role = "footer" data-position = "fixed" & gt; & Lt; H4 & gt; Page footer & lt; / H4 & gt; & Lt; / Div & gt; & Lt; / Div & gt;    

No comments:

Post a Comment