Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Menu problems Reply To: Menu problems

#148926
Ed
Participant

It looks like the problem might be an overly specific jQuery selector that’s missing your elements.

See if it works if you remove + div from the selector. If that doesn’t fix it, try changing it to #menu ul li.

It would be good if you could provide us with an example (a live page that demonstrates the problem) so we can debug it and fix it for you!