Forum Moderators: open
[edited by: DrDoc at 5:48 pm (utc) on June 5, 2006]
[edit reason] removed reference to personal site [/edit]
there is probably a mouseover event on the first top level menu item.
if the menu is dynamically generated say with the onload event, then if the page isn't finished rendering and your mouse moves over the top level menu item it will tell you that the item doesn't exist, but, and I'm assuming...if your mouse doesn't move over the top level menu item until the page is finished rendering, then the page loads fine.
so basically the function needs to check for the existance of the object (menuitem1) before it attempts to display menuitem1
I don't know what the HALO template in dreamweaver is
hope this helps