clevershark
09-25-2003, 10:20 AM
I have this project in which I made some div's to use as menus whenever the user rolls over a spot on the screen. The menus are built in such a way that when they appear they also cover the "mouseover spot". I use a "onmouseout" to make the menus disappear.
This works well except in one situation -- where the user's mouse leaves the menu by moving up over the "edge" of the menu. If the user does this the menu just stays there.
This occurs in IE 5.5 and IE 6. Does that browser have some sort of specific bug with that particular handler?
This works well except in one situation -- where the user's mouse leaves the menu by moving up over the "edge" of the menu. If the user does this the menu just stays there.
This occurs in IE 5.5 and IE 6. Does that browser have some sort of specific bug with that particular handler?