Lab 37
The title of this lab is "Sticky Nav". I created a website that included a navigation bar that is sticky. This generally means that if you scroll down the page, the navigation bar should follow you and be on the page at all times.
To make the navigation bar sticky, I first created the navigation bar using an unordered list with list items containing each panel. The CSS linked with it was styled with a black background and text that was white to compliment my page colors. There wasn't that much JavaScript involved in making this function.
To make the navigation bar sticky, I first created the navigation bar using an unordered list with list items containing each panel. The CSS linked with it was styled with a black background and text that was white to compliment my page colors. There wasn't that much JavaScript involved in making this function.
Comments
Post a Comment