/** * Facebook Likebox en foroactivo * URL ( http://toxigeek.com/foroactivo/facebook-likebox-en-foroactivo.html ) * By giObanii [3mOtrOnik] **/ document.write('
'); document.write('
'); document.write('
'); document.write(''); document.write('
'); jQuery(document).ready(function($) { $("#likeboxfb-right").hover( function right(){ $(this).animate({ right: "0" }, {queue:false, duration:"normal"} ); }, function right(){ $(this).animate({ right: "-243" }, {queue:false, duration:"normal"} ); }); $("#likeboxfb-left").hover( function(){ $(this).animate({ left: "0" }, {queue:false, duration:"normal"} ); }, function(){ $(this).animate({ left: "-243" }, {queue:false, duration:"normal"} ); }); }); //Gracias por visitar: Toxigeek.com