Forums

Products - English => NeoMenu => Topic started by: Martin Mössner on February 05, 2008, 07:44:23 AM



Title: Javascript problem - Error: li has no properties
Post by: Martin Mössner on February 05, 2008, 07:44:23 AM
Hi,

on each page I get this error:

Code:
Fehler: li has no properties
Quelldatei: http://www.martin-verena.de/_1/modules/neomenu/neomenu.js
Zeile: 51


If I will open the neomenu.js on row 51 there is following line:

       
Code:
li.style.display = "block";


Have anybody an idea?

Thanks in advance

Martin


Title: Re : Javascript problem - Error: li has no properties
Post by: Nicolas on February 05, 2008, 10:03:47 AM
Hi,

You have this error because you have any submenu attach to your mainmenu. If just one sublevel exist, this error will be disappear.

 ;)