Hello,

I've got a weird issue with Drupal 6. I'm sure I must be doing something wrong but I just can't figure out what. I've been looking on this community, Google and so on. But couldn't find a clue (or it was for an earlier version and there was no solution mentioned in the thread).

I've made a custom CSS-theme (with a jQuery-menu). My primary links are appearing just fine, but their sub-items don't, eventhough the items are marked as 'expanded'.

screen

That's basicly the problem, but the weird thing is: when I change to Garland, the subitems appear just fine! Well, at least on the public pages. In the Garland-admin they won't expand either when clicking on the primary link.

screen (on public page)

I copy pasted this very menu straight from the Garland theme into my theme, but in my theme these subitems just won't appear. I copy pasted the Garland code away from the jQuery menu to strip it down a bit, but even then the subitems don't appear.

screen

As you can see, the menu should be broken up as well (not an UL within an UL). So there must be a way to separate the primary from its subitems.

Does anybody have an idea of what I could be doing wrong here? Or is there a better way to build this menu in Drupal?