I have a duplicate id problem which I cant figure out how to solve.
I used the primary menu code as a framework for creating an icon menu down lower on the page. I want to keep both menu's but that creates a duplicate ID (nav id="primary-menu" ). So I copied all of the primary-menu code from "style", created a new custom css stylesheet and pasted in code, changed all of the Primary-menu references to primary-menu2, linked new stylesheet last, and changed nav id to primary-menu2.
and it worked!- no more duplicate ID. Icon menu bar looked fine... until I went to try a submenu. No submenu. My submenu list in the HTML is still there. But doesn't work. So I lost some code in the translation to the new stylesheet but cant figure out what.
The live site still has the duplicate ID code and a working submenu on first icon. I only changed my testing site.
So... Which css code did I break that would cause me to lose the dropdown menu even though the dropdown list is still part of the html?
