I am currently working on a web app for mobile phones and tablets and got to another problem with jquery mobile. my header is fixed to the top an i have got to lists that are under it. the left one is positioned relative the right one absolute.
the left one slips under my header. the scrolling is active, although there is no need to scroll actually.
does someone have a hint?
<div id="page" class="ui-page ui-body-c ui-page-active ui-page-header-fixed" data-role="page" data-url="page" tabindex="0" style="min-height: 491px; padding-top: 44px;">
<div id="content" class="ui-content" data-role="content" role="main">
<div class="ui-header ui-bar-a ui-header-fixed slidedown" data-role="header" data-position="fixed" data-tap-toggle="false" role="banner">
<ul id="console" class="ui-listview ui-listview-inset ui-corner-all ui-shadow" data-role="listview" data-inset="true" style="width: 50%;">
<ul id="control" class="ui-listview ui-listview-inset ui-corner-all ui-shadow" data-inset="true" data-role="listview" style="width: 48%; position: fixed; top: 58px; right: 1%;">
</div>
</div>
EDIT:
Here you have got a print out of my firebug console:
EDIT 2:
The strange thing is the size of the html element: