Testing navigation bars

This page is showing the use of a navigation bar up under the header. You can also put it with the header.

I ran into problems getting the css to be used with JQuery3css.html. The solution was to use the rel="external". It worked for me and the hint that led me there was at http://jquerymobile.com/demos/1.0a4.1/docs/pages/docs-pages.html "It's important to note if you are linking from a mobile page that was loaded via Ajax to a page that contains multiple internal pages, you need to add a rel="external" or data-ajax="false" to the link. This tells the framework to do a full page reload to clear out the Ajax hash in the URL. This is critical because Ajax pages use the hash (#) to track the Ajax history, while multiple internal pages use the hash to indicate internal pages so there will be conflicts in the hash between these two modes."