Thread: IE Hover
View Single Post
  #8 (permalink)  
Old 05-16-2007, 04:35 AM
mikesmith76 mikesmith76 is offline
WebProWorld Pro
 

Join Date: Sep 2005
Location: Manchester, UK
Posts: 253
mikesmith76 RepRank 0
Default

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
Reply With Quote