|
menu with javascript doesn't work with Internet Explorer.
Return to Recent Questions
Q:
My menu with javascript works great with Firefox and Opera, but not with the Explorer
browser. I tried on several computers at different installations - at home, work and at a friends house. So it
doesn't appear to be anything specific to my version.
I've spent hours trying to fix this. Please help me.
A:
See your menu with javascript parameters. Now you have:
var itemBackColor = ["#0","#ffffff"];
It is not correct.
You should write for example so:
var itemBackColor = ["#0000FF","#ffffff"];
Return to Recent Questions
Related:
- March 19, 2009 - How to get the transparent drop down menu to highlight and stay on the page you're viewing?
- March 20, 2009 - Links don't work in the menu dynamique dhtml. How can I correct this?
- March 23, 2009 - My css navigation menu doesn't work on IE6. No rollovers, no drop downs.
- Apr 25, 2009 - How to work with image rollover menu and submenus in JSP?
- Apr 27, 2009 - Does your license for dhtml menu samples need to be tied to a domain name to work?
- May 08, 2009 - The drop menu html works on our integration system but doen't work on the production system.
- May 09, 2009 - I am unable to see any separators when working with click popup menu...
- May 17, 2009 - My dhtml menu source software doesn't recognizing the arabic text...
- May 18, 2009 - When I upgraded the browser to IE 7, the menu horizontal javascript doesn't show any more.
- May 19, 2009 - I built the dhtml javascript menu and tried it in my site and I see text only...
- Jun 04, 2009 - I've tried to change the width of the images within the java popup menu...
|