gpt4 book ai didi

html - 黑莓位置 :fixed css does not work

转载 作者:行者123 更新时间:2023-11-28 03:41:46 24 4
gpt4 key购买 nike

我已经使用 rho mobile 为黑莓 Os6.0 和 android 创建了一个应用程序,我想在其中使用修复页眉和页脚。我为此创建了一个 css 使用 position:fixed;顶部:0px; 。它不适用于黑莓,但在安卓中运行良好。它随页面滚动,当停止滚动时它再次固定在黑莓中的确切位置...我的其他 CSS 工作正常并且没有错误..

请帮我解决这个问题..

最佳答案

在标签中,我看到了 jQuery Mobile,因此您可以 use it

Fixed toolbars In browsers that support CSS position: fixed (most desktop browsers, iOS5+, Android 2.2+, BlackBerry 6, and others), toolbars that use the "fixedtoolbar" plugin will be fixed to the top or bottom of the viewport, while the page content scrolls freely in between. In browsers that don't support fixed positioning, the toolbars will remain positioned in flow, at the top or bottom of the page.

To enable this behavior on a header or footer, add the data-position="fixed" attribute to a jQuery Mobile header or footer element.

Fixed header markup example:

<div data-role="header" data-position="fixed">
<h1>Fixed Header!</h1>
</div>

关于html - 黑莓位置 :fixed css does not work,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10432413/

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