PDA

View Full Version : MouseOver or custom detection


dhtmlx
01-25-2003, 01:17 AM
Has anyone else had problems with the mouseover property. Im not sure if its in IE only but if you move fast enough then somethings that you place in an on mouse over function dont work.... Even though using custom mouse detection for where the cursor is may be considerable more code would it work?

CRASH_OVERRIDE
01-25-2003, 01:42 AM
No, never had trouble. But it could be just your computer itself having the trouble. Have you tried it in Mozilla?

Algorithm
01-25-2003, 02:25 AM
The only situations in which I've encountered this involve swapping images, where there is a pause as the image loads. If you use an image preloading script, this won't occur.

At any rate, mouse position detection will almost assuredly be less accurate than conventional means.

ez4me2c3d
01-25-2003, 03:14 AM
i have experienced this problem... another problem experienced is when mouseover occurs too fast, the "hover" image loads incorrectly and produces a red 'x' image. sucks, but i think it has to do with the connection and the computer processing the page.