Fixed
toolbars
In
browsers
that
support
CSS
posi/on:
fixed
(most
desktop
browsers,
iOS5+,
Android
2.2+,
BlackBerry
6,
and
others),
toolbars
that
use
the
"fixedtoolbar"
plugin
will
be
fixed
to
the
top
or
bo`om
of
the
viewport,
while
the
page
content
scrolls
freely
in
between.
In
browsers
that
don't
support
fixed
posi/oning,
the
toolbars
will
remain
posi/oned
in
flow,
at
the
top
or
bo`om
of
the
page.
To
enable
this
behavior
on
a
header
or
footer,
add
the
data-‐posi/on="fixed"
a`ribute
to
a
jQuery
Mobile
header
or
footer
element.
Fixed
header
markup
example:
Fixed
Header!
Fixed
footer
markup
example:
Fixed
Footer!