I found this is an event bubbling issue. Need to write some code to cancel event bubbling for onmouseover and onmouseout
IE has built in onmouseenter and onmouseleave that do not bubble up.
I am making a DHTML menu using css and javascript.
my CSS looks like this. Basically the submenu is conained in a wrapper span that is initially set to display none and onmouseover it changes the class of the parent div to n2 so the span is displayed and likewise onmouseout changes div back to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.