oh dear. Ok, I see youve but some div's inside of the UL, but outside of the LI in the list.
- thats not valid html, which is why I was confused sorry.
ok to work with your current design you need to change :
Code:
jQuery(this).next(".MenuContent").slideToggle(500);
to :
Code:
jQuery(this).parent().parent().find(".MenuContent").slideToggle(500);
or fix the html first.
- 25 valdiation error sunfortunately , I probabaly shoudl have checked that first:
http://validator.w3.org/check?uri=ht...Inline&group=0