Multiple drop down menu 2-level CSS drop down menu
Posted: 30 September 2007 03:56 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2007-09-29

Great job you did on the 2-level CSS Drop Down Menu!
http://www.cssdrive.com/index.php/examples/exampleitem/css_drop_down_menu/P30/

It worked perfect on my site. (viajablog.com)
Now I’d like to create on one of the drop down menus an added drop down menu on each value but I can’t succeed.

(For clear understanding: Menu Destinos on: http://www.viajablog.com
is showing all countries and I want to divide it between continents)

<li class=“mainitems”>
Destinos
<ul style=“width: 10em” class=“subuls”>

<li class=“mainitems”>
<li>Submenu1
<ul style=“width: 10em” class=“subuls”>
<li>Bután</li>
<li>Camboya</li>
</ul>
</li>

<li class=“mainitems”>
<li>Submenu2
<ul style=“width: 10em” class=“subuls”>
<li>Bután</li>
<li>Camboya</li>
</ul>
</li>


I tried different ways but all the times it gets distorted

Can anybody help me?

Many thanks in advance!
Quique

Profile