Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6132007
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:02:53+00:00 2026-05-23T17:02:53+00:00

I have a question that has been viewed, but with no answers or comments

  • 0

I have a question that has been viewed, but with no answers or comments on the matter, so I thought I’d try to simplify my question. For those curious about my overall issue, please see the link: Persistent header in jQuery Mobile

Anyways, my question is how can I force the JQM footer to be at the top instead of the bottom? Here’s the code for the JQM footer. It persists fine across page transitions, but it is at the foot of the page and I need it at the head:

<div data-role="footer" data-position="fixed" data-id="navBar" id="navigationBar">
    <img src="images/bgheader.png" />
</div>

I’m already looking into rebuilding it with Sencha, but since I have a deadline of tomorrow, I don’t think that’s possible. This persistent header is the only thing missing at the moment (JQM headers don’t stay when the page transitions for some reason).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:02:53+00:00Added an answer on May 23, 2026 at 5:02 pm

    I had a similar issue.

    In my case I wanted the footer stay exactly in the bottom of the page so I wrapped the footer div into a new div positioned where I need to.

    Let the code speak for itself:

    <style> 
    .footer-wrapper {
    
        position: absolute;
        bottom: 0px;
        width: 100%;
    }
    </style>
    

    then

    <div class='footer-wrapper'>
        <div data-role='footer' >
            footer content blah blah blah
        </div>
    </div>
    

    In this way you can move the footer wrapper freely (as every other normal div, not managed by jQuery Mobile’s css) for example, in your case, you have to delete the bottom: 0px; attribute and change it in top: -header's height-px;

    I hope it helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize that this question has been asked 100times but none that I have
I have a bit of a question that has been bothering me for a
I have a question that has pretty much been asked here: asp.net mvc Html.ActionLink()
I know this is a question that has been discussed over and over, but
I know this is a question that has been asked many times before, but
This is a question that has been asked before, but unfortunately no solution seems
This is probably a question that has been asked before, but I couldn't find
I'm aware that this question may have been asked before, but I still haven't
So I know this is a question that has been asked a lot, but
I think this is a question that has been asked many times but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.