treehouse : what would you like to learn today?
Web Design Web Development iOS Development

How To Freeze Header Pane?

  • How would I go about freezing the header pane (in this case my nav bar). I am looking for functionality similar to Microsoft Excel, so that when user scrolls the page, the header pane (nav bar) is always visible?
  • Also, is this accomplished using JavaScript?

    Would you advise against doing this? I particularly like the effect as it would give my website a more "desktop software" look.
  • You mean like the sidebar on this page? http://www.bluelounge.com/index.php

    position: fixed

    No javascript is needed.
  • Yes. I would like to freeze the top horizontal pane (right below your browser's tabs..)
  • I see.... Cool thanks.