.class1{ display: none; blah-blah-blah... }
$(".class1").mousemove(function(){ $(this).css('display','block'); // либо $(this).show(); } }