Lab #39 Stripe Follow Along Nav
Lab #39 was titled, "Stripe Follow Along Nav". In this lab, I created a special kind for a navigation bar that opens a special dropdown that displays information and can be turned into a hyperlink. Below is the screenshot, you can see me hovering over the "about me" part on the navigation and it displays a picture of me and a short bio.
In order to make this function, I created a navigation bar using a <nav> tag and I included all of my information in it. The dropdown animation is created with JavaScript and CSS. To create this effect, the dropdown is hidden and then it fades in when you hover over the navigation associated with the dropdown. The JavaScript has an event listener that checks to see if you're hovering over any of the navigation tabs. This means you don't have to click on it for the dropdown to be revealed.
Web designers would be able to use this feature to show a sense of professionalism when creating their websites. It can keep their page organized and also give it a unique vibe which will make users feel comfortable and also it makes their navigation more appealing.
In order to make this function, I created a navigation bar using a <nav> tag and I included all of my information in it. The dropdown animation is created with JavaScript and CSS. To create this effect, the dropdown is hidden and then it fades in when you hover over the navigation associated with the dropdown. The JavaScript has an event listener that checks to see if you're hovering over any of the navigation tabs. This means you don't have to click on it for the dropdown to be revealed.
Web designers would be able to use this feature to show a sense of professionalism when creating their websites. It can keep their page organized and also give it a unique vibe which will make users feel comfortable and also it makes their navigation more appealing.

Comments
Post a Comment