当用户尝试编辑textField以便onFocus键盘影响推送标题时,我有一个修复页眉和页脚的问题。我使用位置绝对和固定,但问题仍然存在。请检查代码打击
<html>
<head>
</head>
<body>
<div data-role="page" id="login" style="background-image: url('img/bg.png');background-size: 100% 100%; margin-top: 0px; ">
<div data-role="header" id="Header" data-position="fixed">
<img src="img/nav_bar.png" width="100%" height="auto" />
</div>
<div data-role="footer" id="Footer" data-position="fixed" style="height:15%;">
<img src="img/Footer.png" onclick="location.href='Register.html'" width="100%" height="auto"/>
<div class="ui-grid-a" style="width:100%">
<div class="ui-block-a" > <img src="img/phone.png" width="100%" height="auto" id="phonedial" onclick="javascript:dialCall();" ></div>
<div class="ui-block-b" ><img src="img/Website_link.png" width="100%" height="auto" id="website" onclick="javascript:websiteCall();"></div>
</div>
</div>
</div>
</body>
</html>