1) Script Title: Simple Tree Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
3) Describe problem: I want to use Simple Menu Tree for site navigation. It works beautifully, except in IE7.
The script works fine in IE7 except when the content of the li is a link to another page on the site such as this example.
This all works perfectly in FF, Chrome, Safari. But in IE, clicking on the the li/link takes me to the new page but then immediately collapses the tree.HTML Code:<li><a href="/prep/index.php?id=21" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
A null link, such as this, does display correctly.I'm out of ideas for how to make this work. Any help would really be appreciated! I'm open to another approach or script if there's a better solution to this.HTML Code:<li><a href="#" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
Thank you!
Bookmarks