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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -