hi guys! I've made a div show on mousemove. now I need it to fade out when mouse is not moving. I've tried this, but the problem is that when the div is in "fadeout-mood", it don't show again when I move the mouse.
is there someone who can help me with this?
$("#main_center").mousemove(function(){
$("#menylist").show("");
$("#menylist").fadeOut(5000);
the actual page is here: http://www.martinsorensson.com/porrmyr/index.php
Kindly Martin