From 7492fe6066b9a6a153e8c5deb17d46f3c014376f Mon Sep 17 00:00:00 2001 From: PattyToland Date: Fri, 15 Oct 2010 21:07:11 -0400 Subject: [PATCH] edits --- docs/toolbars/navbar.html | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/toolbars/navbar.html b/docs/toolbars/navbar.html index ef45f2ef..063aeeab 100755 --- a/docs/toolbars/navbar.html +++ b/docs/toolbars/navbar.html @@ -36,14 +36,27 @@ <li><a href="bars-fixed.html">Fixed</a></li> <li><a href="bars-inline.html">Inline</a></li> <li><a href="bars-fullscreen.html">Fullscreen</a></li> - <li><a href="../../_dialog.html" data-transition="pop" data-rel="dialog">Dialog</a></li> <li><a href="bars-persist.html">Persistent</a></li> <li><a href="bars-themes.html">Themes</a></li> </ul> </div><!-- /navbar --> -

The navbar can be added inside the header or footer bar if you want it to persist.

+

The markup above creates a two-row nav bar element in the body of the page, like this:

+ + +
+ +
+ + +

The navbar can be added inside the header or footer bar; if you want it to persist, simply add a data-position="fixed" attribute to the header or footer div container.