jQuery Mobile: Stick footer to bottom of page

后端 未结 10 889
一个人的身影
一个人的身影 2020-12-04 09:40

Is there any way, bearing in mind the way the jQuery Mobile framework operates, to fix the page so that the footer always aligns with the bottom of the page - no matter the

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 10:27

    Since this issue is kind of old a lot of things have changed.

    You can now get this behavior by adding this to the footer div

    data-position="fixed"
    

    More info here: http://jquerymobile.com/test/docs/toolbars/bars-fixed.html

    Also beware, if you use the previously mentioned CSS together with the new JQM solution you will NOT get the appropriate behavior!

提交回复
热议问题