Forums Archive Index > SmartMenus 5 > SmartMenus not working in IE5 Mac or IE6 PC

Author: fred909

Date: 27 May 2005 5:35 pm

Any ideas as to what's wrong with this page? It works in Firefox and Safari...

--> https://filenet-train.software.umn.edu:8483/

I double checked that my loader is getting called right after the body tag. I also don't have any trailing commas at the end of the menu definitions.

The errors IE 5 gives (slightly different from IE6 PC) are:

Line 228 Char 1284 Error: 'SELECTED' is not an object
- I get this twice on loading the page
Line 443 Char 5847 Error: 'style' is not an object
- I get this when revealing a submenu other than the first one in each bar
(ie on the Career Options tab the first menu 'Talk to Professionals' works , but 'Careers and Majors' causes the error)

Thanks very much,
fred


Author: smartmenus

Date: 28 May 2005 4:47 am

You have missed some trailing commas.. ;)

For instance:

s_add(
{N:"Job Search",LV:2,MinW:150,T:"",L:"",P:false,S:s_Nav1},
[
{U:"/graduate_students/grad_jobsearch/academia.html",T:"Academia"},
{U:"/graduate_students/grad_jobsearch/nonacademic.html",T:"Non Academic"}, // this one
]
);

There are some others too..


Author: fred909

Date: 31 May 2005 11:37 am

Ugh, that fixed it. I knew I had seen that error before.

Thanks Vasil. :)

Fred