View Full Version : IE7 problem
amaster
02-07-2009, 11:23 PM
1) Script Title: http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
3) Describe problem: This shows working in Firefox but not in IE7.
I can't get it to work in IE7.
The url is http://gradtutors.co.uk/test.aspx
amaster
02-08-2009, 03:25 PM
Please someone try to help me with trying to get this to work.
I have modified the CSS slightly to change images etc, but even without any changes the menu diagram shows expanded when loaded in IE 6 and 7.
The error msg we get ddtreemenu is undefined line 184
This works fine in Mozilla FireFox, but just problem with IE.
If someone knows of a script that works fine in both FF and IE, please let me know, so I can try using it.
jscheuer1
02-08-2009, 05:07 PM
The first thing I'd try is getting rid of the defer attribute:
<script type="text/javascript" src="documents/simpletreemenu.js" defer="defer">
/***********************************************
* Simple Tree Menu- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
It's a great shortcut in IE - when it works. But when there are other scripts on a page (as I see that you have), it often cause the script that uses defer to stop working.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.