I am currently experiencing a javascript "Object Expected" error when rolling over the main menu on the top of the site. I am not experiencing this in my dev environment, and only in my hosted one.
I have simply taken the Personal Web Site starter kit set it up on my dev machine and then also set it up in a hosted online environment.
The main menu (ASP:Menu control), when doing a mouse over is attempting to call Menu_HoverRoot(this). Debugging the issue comes up with the issue being the Menu_HoverRoot call. Being a .Net 2.0 control, I'm not sure where to look for the fix.
Has anyone seen this, figured it out and are able to shed light on the fix for me?
Any help would be appreicated.