Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialChris Rodriguez
3,872 PointsConsistency in Mobile Navigation
Any thoughts to share on tips for designing a consistent navigation // 'Mobile First' approach?... Basing a site on business context/business needs. Keeping the navigation at the top of the page on EVERY page..vs. allowing it to drop to the foot in order to present the more prominent data...?Thoughts?
3 Answers
Chris Scott
7,673 PointsBe consistent with navigation you don't want your users to lose their way on the site by suddenly moving it, if you do make sure the animation is very deliberate and they can easily find it again.
Also, take a look at the standard responsive menu patterns. http://bradfrost.github.io/this-is-responsive/patterns.html#navigation
Chris Rodriguez
3,872 PointsThe use of a "Return to Top of Page" button. Yay? Nay?
To me, it seems lazy, though sometimes useful....
Chris Rodriguez
3,872 PointsThanks for the feedback, Chris These patterns are a great resource.