CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Stationary Nav bar
ricky122892
Permalink to comment
#
February 2012
I was over at Wacom website and I saw this really smart Nav Bar. The Nav Bar stays put as the user can scroll through the rest of the content. How would I could such a Nav Bar. The link is
here
joshuanhibbert
Permalink to comment
#
February 2012
By using the CSS property
position: fixed;
http://davidwalsh.name/css-fixed-position
Add a Comment
position: fixed;http://davidwalsh.name/css-fixed-position