
http://burtinet.com/tutkureklam.com/#
sağ taraftaki şey arkadaşlar hepsi birden çıkıyo gelince tiklatindir.com 'daki ne güzel çalışıyo
4
●548

<div id="takip1"> <div class="facebook takip" onclick="location.href='http://www.facebook.com/TmaReklam'" style="width: 42px;"/></div> <div id="takip2"> <div class="twitter takip" onclick="location.href='http://www.twitter.com/TmaReklam'" style="width: 42px;"/></div> <div id="takip3"> <div class="youtube takip" onclick="location.href='http://www.youtube.com/TmaReklam'" style="width: 42px;"/></div>jquery kodunuzuda şöyle yapın
<script type="text/javascript">
$(document).ready(function(){
$(".takip1").mouseover(function(){
$(this).filter(':not(:animated)').animate({width:135},{duration:500});
});
$(".takip1").mouseout(function(){
$(this).animate({width:42});
});
$(".takip2").mouseover(function(){
$(this).filter(':not(:animated)').animate({width:135},{duration:500});
});
$(".takip2").mouseout(function(){
$(this).animate({width:42});
});
$(".takip3").mouseover(function(){
$(this).filter(':not(:animated)').animate({width:135},{duration:500});
});
$(".takip3").mouseout(function(){
$(this).animate({width:42});
});
});
</script>