Konu
css menu yardım
14-01-2014, 20:15:37
#2
Hapsher
jquery kullanman lazım bunu bir dene (kütüphane eklemeyi unutma)
$(document).ready(function() {$(".face").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});