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.