The markup used is simply embeded un-ordered lists. It’s the same for
both menus apart from the unique id of the top level UL.
-
<ul id=“nav”>
-
<li> <a href=“#” >first Level menu</a>
-
<ul>
-
<li><a href=“#” >second Level menu</a></li>
-
-
<li><a href=“#” >second Level menu</a>
-
<ul>
-
<li><a href=“#” >third Level menu</a></li>
-
</ul>
-
-
</li>
-
</ul>
-
</li>
-
</ul>
Note how the next level menu starts and ends before it’s containing li ends.
[Read more...]
Popularity: 4% [?]

