Currently my website uses an image map to get around the hover state for a circle.
I'm attempting to re-create my website without an image map and use CSS3 circles. This works nicely on Firefox but on Safari and Chrome (haven't tested with IE yet) it doesn't quite work right. As you begin to mouse over a CSS3 circle, if coming in from a 'corner' the hover state fires like it were a square. I only want the hover state to fire when the mouse is actually over the circle. Firefox does this but the others don't.
Does anyone have any suggestions?
Here's my testing site for CSS3 circles: http://www.StevenHeld.com/test
and current site using image maps: http://www.StevenHeld.com
