I'm using the Particle Emitter JavaScript Library for a nav menu on a new website, and i'm having an issue. When I hover a tag, the cursor is blinking between the hand and the arrow. The a:hover is not shifting properly too.
You can see an example here for further informations (the effect is applied on the top nav) :
http://benjaminlorion.fr/alimpossible/
The jQuery library is downloadable here :
http://www.erikfriend.com/jquery.particles/
Thanks.
:hoverstyling with a pair ofmouseover/mouseouthandlers, the resulting bubbling may work in your favor. – Frédéric Hamidi Sep 3 '12 at 17:34