So, I use the default .top-bar class from the zurb database framework, but I canβt find an easy way to make the navigation bar sticky (it follows the user when scrolling), for example, what you can do with Twitter loading.
Here is my code, I use jade:
nav.top-bar ul li.name h1 a(href='#') Site Title li.toggle-topbar a(href='#') section ul.left li.divider li a.active(href='#') Link li.divider li a.active(href='#') Link li.divider li a.active(href='#') Link li.divider li a.active(href='#') Link li.divider section ul.right li.divider li.has-dropdown a.active(href='#') Log in
Did I miss something completely obvious here?
source share