gpt4 book ai didi

Jquery Mobile 页脚问题有时没有什么好处

转载 作者:行者123 更新时间:2023-11-29 03:37:50 26 4
gpt4 key购买 nike

我正在使用 jquery 移动应用程序制作一个phonegap应用程序。我附加了快照来了解我的问题,它与页脚有关,它没有修复,有时会出现一点问题。

<html>
<head>
<link rel="stylesheet" href="css/styles.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.css" />
<script src="js/jquery.js"></script>
<script src="http://code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.1/jquery.mobile-1.2.1.min.js"></script>
<meta charset="utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<title>Hello World</title>
<script type="text/javascript" charset="utf-8">
function logIn()
{
alert("sfdsf");
}
</script>
</head>
<body>
<div data-role=page id=home>
<div data-role=header>
<h1>Home</h1>
</div>
<div data-role=content>
<span> Name </span>
<input type=text value=Sarrion style="width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing: border-box;">
<br>
<span>Password</span>
<input type=password class="miniinputheight">
<span> Choose an apartment type : </span>
<select data-native-menu=false>
<option> bedroom </option>
<option value=2> 1 bedrooms </option>
<option value=3> 2 bedrooms </option>
<option value=4> 3 bedrooms </option>
<option value=5> 4 bedrooms </option>
</select>
<br>
<form>

<input type=button value="New Page" onclick="window.location.href='index1.html'">
</form>

</div>
<div data-role=footer data-position="fixed">
<h1 >Thanks</h1>
</div>
</div>
</body>

enter image description here

enter image description here

最佳答案

我测试了你的代码,它工作正常..通常这个问题的出现是因为,当你把你的“footer div”放在“内容分区”。但在你的代码中它是正确的......

尝试这些愚蠢的修正-

替换

数据角色=页面,数据角色=内容,数据角色=页脚

data-role="page", data-role="content", data-role="footer"

我的意思是将它们放在双引号“”中,同时关闭您的 HTML 标签

关于Jquery Mobile 页脚问题有时没有什么好处,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18893553/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com