Top Nav Bottom Nav Slide Down Nav Select Box Nav Menu Icon Nav Multi-Level EMERGING PATTERNS navigation http://riothq.com http://contentsmagazine.com http://2012.dconstruct.org http://fortysevenmedia.com http://twitter.github.com/bootstrap http://msj.edu/
Show the first column Turn the rows into blocks Just hide some of it Selective Display EMERGING PATTERNS tables http://www.zurb.com/playground/responsive-tables http://css-tricks.com/examples/ResponsiveTables/responsive.php http://elvery.net/demo/responsive-tables http://filamentgroup.com/examples/rwd-table-patterns
http://tiny.cc/vr24gw EMERGING PATTERNS images ~K istofer Lanyon “...performance is important, but access is more important. Mobile later is better than mobile never.”
RESPONSIVE RETROFITTING LARGE RESOLUTION FIRST /* FILE: main.css */ /* all your original styles */ @media (max-width: 650px) { /* styles for 650px and lower */ }
/* translated to CSS as... */ .no-mediaquery li { /* original li styles */ } @media (max-width: 660px) { .mediaquery li { /* small li styles */ } } @media (min-width: 661px) and (max-width: 979px) { .mediaquery li { /* small li styles */ } .mediaquery li { /* medium li styles */ } } @media (min-width: 980px) { .mediaquery li { /* original li styles */ } }
“The truly responsive design web designer wasn’t born until after the launch of the iPhone. We haven’t seen his or her work yet.” ANDY CLARKE http://the-pastry-box-project.net/andy-clarke/2012-april-8/