Jquery移动数据位置="固定"不适用于data-role =" header"?

时间:2014-03-19 12:09:26

标签: javascript jquery html css jquery-mobile

当我滚动页面时,我的标题应位于顶部,但它会保持在顶部或消失。你能帮我吗 ?非常感谢你。

Webstie:site

HTML:

<div id="header" data-role="header" data-theme="b" data-position="fixed" >
 ...content
</div>

CSS:

.ui-header{
    background: #2E4F80 url('/css/mobile-header-bg.jpg') no-repeat !important;
}
#header .ui-btn{width: 37px !important; height: 37px !important;}

0 个答案:

没有答案