TueyMpls
04-12-2010, 08:02 PM
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.
<li><a href="/prep/index.php?id=21" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
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.
A null link, such as this, does display correctly.
<li><a href="#" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
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.
Thank you!
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.
<li><a href="/prep/index.php?id=21" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
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.
A null link, such as this, does display correctly.
<li><a href="#" title="Field Rep & Customer Due Dates" >Field Rep & Customer Due Dates</a></li>
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.
Thank you!