Asphyxiate
09-26-2008, 01:18 AM
1) All Levels Navigational Menu
2) http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
3) I have installed the menu onto a clients website, and all seemed well, I tested it out on several machines of my own and it all worked well on all browsers.
After implementation I got a report back detailing that several of the machines used within my clients company would take an extremely long time to load any of the links within the new menu. One other computer was also displaying white space where the iframes appeared.
I solved the iframe issue by adding this line to the javascript for the function addshimmy:function(target){:
shim.setAttribute("allowTransparency", "true")
The issue with the links not loading perplexed me as I couldn't seem to find an obvious cause, the menu was working at several other machines I've tested, but none of the machines within the company. I ended up testing the exact sample code uploaded to the servers, and that worked fine, the problem occurred when I specified a link that pointed to somewhere within the same directory on the website.
To confirm this I made a basic version of the menu hosted inside a folder outside of the main directory, with this menu all the links went straight to their destination. Using the exact same code in the main directory, the links took forever to load, say 20 mins, links to other websites were working fine.
Here are links to the two demo pages, they will probably work fine for everyone but I don't know what would cause these computers to have problems handling the code:
www dot dresscircle dot co dot uk/demo.htm (non working page)
www dot dresscircle dot co dot uk/ddlevelsmenu/demo.htm(working page that is within a directory outside of the main)
The computer I've been encountering the problems with uses IE7 Version 7.0.5730.11. I've tested the same code using firefox on the same computer with no issues. I've checked the computers are up to date with all their software updates SP3 and everything. If anyone has had similar issues please let me know.
Any advice is much appreciated.
2) http://www.dynamicdrive.com/dynamicindex1/ddlevelsmenu/index.htm
3) I have installed the menu onto a clients website, and all seemed well, I tested it out on several machines of my own and it all worked well on all browsers.
After implementation I got a report back detailing that several of the machines used within my clients company would take an extremely long time to load any of the links within the new menu. One other computer was also displaying white space where the iframes appeared.
I solved the iframe issue by adding this line to the javascript for the function addshimmy:function(target){:
shim.setAttribute("allowTransparency", "true")
The issue with the links not loading perplexed me as I couldn't seem to find an obvious cause, the menu was working at several other machines I've tested, but none of the machines within the company. I ended up testing the exact sample code uploaded to the servers, and that worked fine, the problem occurred when I specified a link that pointed to somewhere within the same directory on the website.
To confirm this I made a basic version of the menu hosted inside a folder outside of the main directory, with this menu all the links went straight to their destination. Using the exact same code in the main directory, the links took forever to load, say 20 mins, links to other websites were working fine.
Here are links to the two demo pages, they will probably work fine for everyone but I don't know what would cause these computers to have problems handling the code:
www dot dresscircle dot co dot uk/demo.htm (non working page)
www dot dresscircle dot co dot uk/ddlevelsmenu/demo.htm(working page that is within a directory outside of the main)
The computer I've been encountering the problems with uses IE7 Version 7.0.5730.11. I've tested the same code using firefox on the same computer with no issues. I've checked the computers are up to date with all their software updates SP3 and everything. If anyone has had similar issues please let me know.
Any advice is much appreciated.