CSS3/FixedPosition

< CSS3
Revision as of 17:43, 7 December 2010 by Stechz (talk | contribs) (Created page with "== Mobile and Tablets == * Mobile effectively has two viewports: what content layout sees and what the user sees. * What behavior do we want to support for position: fixed on mo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mobile and Tablets

  • Mobile effectively has two viewports: what content layout sees and what the user sees.
  • What behavior do we want to support for position: fixed on mobile devices and tablet devices? Goals:
    • Backward compatible with desktop (i.e., leaves most pages usable that weren't designed with zooming in mind)
    • ...
  • http://www.quirksmode.org/blog/archives/2010/12/the_fifth_posit.html

Patterns like fixed position