Fixed & Sticky Menu
Fixes menu to the same place in window regardless of user scrolling using position:fixed in css if it is available to remove any flicker. Has two levels of graceful degradation: it is repositioned after the scroll if the browser doesn't support position:fixed in css. If the browser is too old to do even that or javascript is disabled, it will just stay in its initial place.