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 tremendously.
Before I jump into any code I want to first speak about how these menus work (again from the viewpoint of a newbie). The examples I have found online build menus based on one of two structures: 1) ordered lists or 2) divs. Although different means, each has the same basic underlying structure which I will explore in the following. For ease of understanding I’ll break the menu CSS structure into 3 parts: Continue reading…