What is wrong with my menu and submenu?

http://www.mesogom.com/gmjs/index.html

Im trying to make a drop down menu and I don’t see anything wrong with my code.

The following error is certainly seen in the browser console.

Uncaught TypeError: Cannot read property 'parentNode' of null

The problem is that your HTML is not valid, most notably that you’re using ul elements as direct children of other ul elements; this breaks the library you’re using.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.