Tag: drop down menu

Part 4: Coding a Drop Down Menu

I’m still doing my best to master the fine points of building a drop down horizontal navigation menu. In my earlier posts on this topic I was building them with divs. Now I’m trying to do my best building them with ordered lists from memory – as in not having to reference W3Schools or some

Continue Reading…

Tag: drop down menu

Tag: drop down menu

Part 3: Coding a Drop Down Menu

In Part 2 I built a skeleton drop down menu just to illustrate the basic principles. In the following I want to fill out that skeleton and build an entire navigation bar. Remember, we are starting with here which is a drop down menu built with divs (not with an ordered list). Part A: Dummy Text First

Continue Reading…

Tag: drop down menu

Part 2: Coding a Drop Down Menu

I’m on day 2 of my quest to get a full understanding of how to code a horizontal navigation menu with a drop down submenu. Again, this is no easy task to wrap your head around. Fortunately for me there are numerous incredible coders who freely share their code online, which has helped me out

Continue Reading…

Tag: drop down menu