Hi I am trying to use a if not statement but trying to use the condition of jquery hover.
I have an image and when you put your mouse over it another image appears this image that appears using css would be a menu look however I notice that when I move my mouse off the image to the menu image that appears when your mouse is over the persons image it would then fade away. Ok I will make this as simple as possible: clients image when mouse is over the image another image appears the new image that appears is a menu image with buttons on it this was created in html and position with css so it appears next to the persons image. the problem I have is when you move your mouse off the users image to put it on that menu the menu would fade back out. SO I want to make a if not stating that if the mouse is not on the user image or the menu that appears then you fade out. how can I do this??

