1. Sticky navbars
Navigation is designed to help users get from point A to all other points on a site. And keeping the nav menu in a fixed place enables users to navigate the site from anywhere on the page. Many websites 'stick' their main navigation to the top of the screen as the user scrolls down to explore content.
This has become easier thanks to CSS and jQuery plugins and many website themes now come with a sticky navbar as the default, and this trend is showing no signs on going anywhere. Consistent navigation and usability are both important, but the fixed navbar is also handy for mobile users, where the site is naturally longer and thinner.
However, make sure the navbar doesn’t take up too much space. It shouldn’t be so large that it blocks major portions of the page content. The site for US Magazine gets around this issue by resizing having its navigation bar shrink in size as the user scrolls down, making it less intrusive. As long as the user can still consume the page content they’ll probably benefit from a universally accessible fixed navigation.
Navigation is designed to help users get from point A to all other points on a site. And keeping the nav menu in a fixed place enables users to navigate the site from anywhere on the page. Many websites 'stick' their main navigation to the top of the screen as the user scrolls down to explore content.
This has become easier thanks to CSS and jQuery plugins and many website themes now come with a sticky navbar as the default, and this trend is showing no signs on going anywhere. Consistent navigation and usability are both important, but the fixed navbar is also handy for mobile users, where the site is naturally longer and thinner.
However, make sure the navbar doesn’t take up too much space. It shouldn’t be so large that it blocks major portions of the page content. The site for US Magazine gets around this issue by resizing having its navigation bar shrink in size as the user scrolls down, making it less intrusive. As long as the user can still consume the page content they’ll probably benefit from a universally accessible fixed navigation.