In the menu javascript (iehover.js) a function is attached to the onload event. When the page has finished loading this event is triggered and the function is called. This then does some other stuff to get :hover to work in IE6.
Now if this onload event is being overwritten in other javascript files, there's your problem
|