webedeo
03-09-2010, 07:16 PM
1) Apple style accordion menu
2) http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm
3) i have a problem:
the menu is expanding correctly in FF,
but does not expand at all in IE8, even in compatibility mode.
The problem seems to be in the ddaccordion.js script,
running the debug tools in IE8gives an error in line 132 on
if (jQuery.inArray(needle, expandedindices)!=-1)
gives a: method or propriety not supported by the object.
you can check it at wwww.fitforlifeforever.org (www.fitforlifeforever.org)
Should be a problem in how IE8 interpret the script, because in FF it works well.
If anyone know how to fix it, will be greatly appreciated.
2) http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu-apple.htm
3) i have a problem:
the menu is expanding correctly in FF,
but does not expand at all in IE8, even in compatibility mode.
The problem seems to be in the ddaccordion.js script,
running the debug tools in IE8gives an error in line 132 on
if (jQuery.inArray(needle, expandedindices)!=-1)
gives a: method or propriety not supported by the object.
you can check it at wwww.fitforlifeforever.org (www.fitforlifeforever.org)
Should be a problem in how IE8 interpret the script, because in FF it works well.
If anyone know how to fix it, will be greatly appreciated.