当用户尝试编辑 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>