I've kind of skimmed over how drop down menus work in JS(notably jquery).
Also I read you put the submenu nested within it's parent link(<li>).
This proves to be a problem though because my <div id="nav"> I have, is setup to display inline (horizontal) and obviously with a drop down you want that vertical...
Do I have to separate the submenu from the <div id="nav">, or does the submenu have to be nested?
I'm pretty confused how this would work.![]()






Bookmarks