【问题标题】:JQuery Mobile Fixed header and Footer Bar disappears when scrollingJQuery Mobile 固定页眉和页脚栏在滚动时消失
【发布时间】:2013-11-06 02:21:59
【问题描述】:

JQuery Mobile 固定页眉和页脚栏在滚动时消失,然后在滚动停止时再次出现。我正在使用纹波模拟器进行测试

<div id="tv_links" data-position="fixed" data-tap-toggle="false" data-role="footer" data-theme="b">
    <div data-role="navbar">
        <ul>
            <li><a href="#business" data-role="button" data-inline="true" data-icon="info">Business News </a>

                <li><a href="#sportsnews" data-role="button" data-inline="true" data-icon="info">Sports News </a>

                    <li>
<a href="#weather_update" data-role="button" data-inline="true" data-icon="info">Weather </a>

                        <li>
<a href="#interactive" data-role="button" data-inline="true" data-icon="info">Get Live </a>
        </ul>
    </div>
</div>

【问题讨论】:

    标签: jquery ajax


    【解决方案1】:

    你的 li 标签没有关闭! 你试过关闭它们吗?

    【讨论】:

      猜你喜欢
      • 2011-08-11
      • 2012-12-24
      • 1970-01-01
      • 1970-01-01
      • 2011-05-03
      • 1970-01-01
      • 2012-03-03
      • 1970-01-01
      相关资源
      最近更新 更多