vertical drop down menus don't work with Internet Explorer.
Return to Recent Questions
Q:
I now have a menu that I like. Works great, but not with the Explorer
browser. Works perfectly with Firefox and Opera. Doesn't work with
Explorer. I tried using Explorer installed 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 don't have high
security enabled.
Can you identify my problem? I've spent hours trying to fix this.
A:
Please, see your menu parameters. Now you have:
var itemBackColor = ["#0","#ffffff"];
It is not right.
You should write for example so:
var itemBackColor = ["#0000FF","#ffffff"];
Return to Recent Questions
|