Floating navigation bar

As with @AdieJAM suggestion you could also add a class to make it fixed, using Fixed so that it stays put on the page when scrolling.

Position: Fixed
Z-Index: Value above everything else
Edge: In this case 20 pxls from the top


2 Likes