|
javascript menu navigation doesn't work with Internet Explorer.
Return to Recent Questions
Q:
My javascript menu navigation 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 javascript menu navigation 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 drop down menu creator to highlight and stay on the page you're viewing?
- March 20, 2009 - Links don't work in the javascript popup menus. How can I correct this?
- March 23, 2009 - My dhtml popup menu doesn't work on IE6. No rollovers, no drop downs.
- Apr 25, 2009 - How to work with javascript pull down menu and submenus in JSP?
- Apr 27, 2009 - Does your license for script menu horizontal need to be tied to a domain name to work?
- May 08, 2009 - The web navigation design 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 drop down menus in css...
- May 17, 2009 - My dropdown menu example software doesn't recognizing the arabic text...
- May 18, 2009 - When I upgraded the browser to IE 7, the pull down menu html doesn't show any more.
- May 19, 2009 - I built the horizontal menu using 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 html menu javascript...
|