Knowledge Base support case for AllWebMenus,  abstracted and stripped of all user’s private info.


Initial Email From:
Terry
Initial Email Subject: Menu Button Not Working in Firefox
Support Case Month: April 2013

Kostas,

I have main navigation buttons that work with Chrome, IE 8 and 9, Safari and Opera.  But they do not work with Firefox.  Can you have a look at the problem?

Terry

Reply From: Likno Customer Support

Dear Terry,

It seems that there is an error in your scripts. Specifically you are passing an “event” variable that does not exist. Since you do not seem use this variable anywhere, I suggest that you remove it.

Change the following line from:

function mNavi(event, id, n) {

To:

function mNavi(id, n) {

and all the links that are like this:

<a class="navlink" id="navlink2" href='javascript:mNavi(event, "a#navlink2", 2);' >

into something like this:

<a class="navlink" id="navlink2" href='javascript:mNavi("a#navlink2", 2);' >

Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter