Click to See Complete Forum and Search --> : div mouseovers


IxxI
05-15-2003, 04:53 AM
I have a system whereby I set a variable as I move my mouseover a div to stop it from moving, as soon a my mouse moves out the variable is unset and it can move. I have 3 divs enclosed in a fourth, all of which have the property that when the mouse is over the variable is set, and only when I move out of the fourth div is the variable unset. These divs have a 1 px border, as I move over the borders between the 3 divs enclosed in the fourth, it seems to ignore the fact that the variable is set and run the function once anyway because it jumps as if to move and then moves back to its original position, where it should have stayed. Is there any reason for this to happen?? I can post code if needs be.
Thanks,

IxxI

Gollum
05-15-2003, 05:55 AM
The code would help

IxxI
05-15-2003, 10:10 AM
Thanks Dave, worked perfectly,

IxxI