Well I'm hoping someone that can help me might be listening as this is a bit frustrating.
Here's what I've figured out thus far"
This code will give me the Top Level "Departments" and the second Level Men and its three sub-levels - But when I add the Second Item in the menu it cancels out the first arghhh :frusty:
<li class="submenu"><a href="">Departments</a>
<ul class="level2"><li class="submenu"><a href="">Men</a>
<ul class="level3">
<li><a href=" ">Athletic</a></li>
<li><a href=" ">Casuals</a></li>
<li><a href=" ">Dress</a></li>
<li><a href=" ">Sandals</a></li></ul></li></ul>
To be clear I get
Departments (top Level)
Men (second level)
sub-level 1
sub-level 2
sub-level 3
But when I add the next Second Level "Women" using the same code, it cancels out the first!!
I've built a ton of flyout menus with css for other sites and the code was very simple, but it always used a java script -
I could do that here, but I really want the benefit of the Category UL generator.
Can anyone give me a clue why this isn't working? The extra closing tag is necessary to not have the next menu item on top of this one, but it also seems to shut down the next level.
Normally you would just using a closing </ul> and then open a new one and the next level would be there.
Oh.. one last thing.. I just was checking browsers... FF/IE7 great - IE6 - menu is invisible!! It can be seen in the source but not displayed on the screen. I may be fighting a lost cause here.
Again... if there is a kind person out there that would take a look.. the site is here
:frusty: