You cannot use the same exact code for a dropdown in the two templates or weird things will happen since they won't each have a unique id. You may not have two things on a page with the same id. You will have to change the id in one of the template (and therefore the code for the dropdown since it uses the id in it). There is an article that explains how the id is used in the dropdown code if you don't know - just search on "dropdown" in the articles forum for the article about adding dropdowns to your navbar.
|