PhoneGap JQuery Mobile Application - Overflow Issue -


i developing phonegap application using jquery mobile.

i have header & footer navbar's. , in content section have html:

<div data-role="content"  class="maincontent"  style="overflow:hidden; padding-top: 0px;">     <ul data-divider-theme="b" data-role="listview" data-inset="true" class="mainmenu">      </ul> </div> 

the list dynamically created , works fine. in cases overflow:hidden doesn't appear working , header / footer start moving along contents of main body , become invisible.

anyone has idea please?

adding data-tap-toggle="false" has worked me. @nijilnair

style needed remove space on top.


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -