From the to-do list: Dev ✔ sub nav bar snaps to top of screen on scroll down (Completed by Justin Bernard on August 5, 2015) Comments Taylor Bernard on July 20, 2015: Screen Shot 2015-07-20 at 7.22.28 PM.png Justin Bernard on July 21, 2015: this is what they are wanting, fixed nav items if you scroll down too far for them to be on screen. i can look into it tueshttp://jsfiddle.net/adamb/F4BmP/ Taylor Bernard on July 21, 2015: looks like we put the top nav bar inside the body width container. gonna have to re-do it outside of the body, to be full page width? Screen Shot 2015-07-21 at 5.44.05 PM.png Justin Bernard on July 21, 2015: i'll have to come up with some ninja action on this one. it'll be tricky, because its also way diff looking on mobile viewessentially you are using js to toggle position: fixed, which anchors it to set pos
Comments
Taylor Bernard on July 20, 2015:
Justin Bernard on July 21, 2015:
http://jsfiddle.net/adamb/F4BmP/
Taylor Bernard on July 21, 2015:
gonna have to re-do it outside of the body, to be full page width?
Justin Bernard on July 21, 2015:
essentially you are using js to toggle position: fixed, which anchors it to set pos