If you wish to extend a tab menu with multiple levels of drop downs beyond just 2 levels, it's a lot easier to just do the following instead:
.
1) Start out with a bare bones tab menu with no drop downs by default. You can use any menu you like, though here's one to consider: http://www.dynamicdrive.com/style/cs...moon-tab-menu/
2) Then, extend the desired tab(s) with a multiple level drop down menu by using a script such as Flex Drop Down Menu. It works with any anchor link or parent menu, in this case, the later. Inside the menu item in question, simply insert a data-flexmenu attribute to associate it with a drop down menu:
Code:
<a href="http://www.dynamicdrive.com" data-flexmenu="flexmenu1">Dynamic Drive</a>
See the Flex Menu page for more info.
Bookmarks