Hi I have a website that I am currently working on. I have user's to upload images and select which image is default.
I want to make the user able to when they have the mouse over the image to have a menu next to the image fade in. Now the problem. I tried with hover and then tried using mouseover functions. The problem is when the user puts his mouse over his image it would fade in a menu but when you move your mouse to put it on the menu it fades out. I don't know what to do. I notice since I made the javascript to fade in when mouse is on user image and when it's off user image it is then faded out this is a problem since the menu if off the users image. I been playing around with this. I have the menu hidden first and then faded in and out. I want to have the user to be able to put the mouse on the user image and move it off the image onto the menu and be able to click buttons on it and if the mouse is off the users image and not on the menu then the menu would fade out. any Ideas???