Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/36.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 修复jQuery Mobile页面中的页脚_Html_Css_Jquery Mobile - Fatal编程技术网

Html 修复jQuery Mobile页面中的页脚

Html 修复jQuery Mobile页面中的页脚,html,css,jquery-mobile,Html,Css,Jquery Mobile,我对使用jQuery mobile构建的移动站点的页脚有一个问题 当我剪切页脚的data position=“fix”时,页脚被固定到一个位置,但页面内容很少,因此页脚与桌面页脚位置不固定 如何解决jQuery移动站点的问题? <div data-role="footer" style="position:absolute; bottom: 0; left:0;"> </div> <div data-role="footer" style="position:

我对使用jQuery mobile构建的移动站点的页脚有一个问题

当我剪切页脚的
data position=“fix”
时,页脚被固定到一个位置,但页面内容很少,因此页脚与桌面页脚位置不固定

如何解决jQuery移动站点的问题?


<div data-role="footer" style="position:absolute; bottom: 0; left:0;">
</div>

<div data-role="footer" style="position:absolute; bottom:0; left:0;">
</div>