I am trying to detect a mouseover event on a circle. I define the circle div like this:
.circle { width: 80px; height: 80px; -moz-border-radius: 40px; -
Here is an snnipet to calculate the distance betewwn two points (the center of the circle, and the mouseX/mouseY) using Javascript: http://snipplr.com/view/47207/