expandable menu doesn�t work in Firefox or Netscape. It works fine in Internet Explorer.
Return to Recent Questions
Q:
One intern design a menu for us using MenuTuner that
we bought however Menu doesn�t work in Firefox or netscape. It works
fine in Internet Explorer. Can you help? I�m attaching the zip file
which you can extract and open index.html to see what�s wrong.
A:
Try to specify units in "px".
var tmenuWidth = "230px";
It's necessary to specify exact value for Mozilla browsers. It helps
to position menus correctly.
You should set this parameter:
var tmenuHeight = "auto";
Return to Recent Questions
|