Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje14-03-2012, 03:38 (UTC)    
Título del mensaje: Ayuda con las redes sociales

Hola, yo tengo este tipo de pestaña en mi web



Y quiero que al momento que mueva el mouse en la pestaña salga el ese cuadro de facebook, alguien me podria ayudar ?

______________
Reglas de PWG: http://www.paginawebgratis.es/forum/viewtopic.php?t=50516
Reglas del Foro: http://www.paginawebgratis.es/forum/viewtopic.php?t=22887
Mensaje14-03-2012, 18:11 (UTC)    
Título del mensaje: ola

usa este code


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".slide_likebox").hover(function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>


<link rel="stylesheet" href="http://aja.netai.net/fanbox.css" type="text/css" media="screen">

<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><span><div class='likeboxwrap'><iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Phamtom-Juegos-Artesanales/219916784735001&amp;width=238&amp;colorscheme=light&amp;connections=15&amp;stream=false&amp;header=false&amp;height=350" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:228px; height:320px;" allowtransparency="true"></iframe></div></span></div></div>


Cambia lo negro por tu url de facebook
______________

Never Forget - Lena Katina (♪)
Mensaje14-03-2012, 18:51 (UTC)    
Título del mensaje: Re: ola

noscartatu escribió:
usa este code


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".slide_likebox").hover(function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".slide_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>


<link rel="stylesheet" href="http://aja.netai.net/fanbox.css" type="text/css" media="screen">

<div class="slide_likebox"> <div style="color: rgb(255, 255, 255); padding: 8px 5px 0pt 50px;"><span><div class='likeboxwrap'><iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/pages/Phamtom-Juegos-Artesanales/219916784735001&amp;width=238&amp;colorscheme=light&amp;connections=15&amp;stream=false&amp;header=false&amp;height=350" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:228px; height:320px;" allowtransparency="true"></iframe></div></span></div></div>


Cambia lo negro por tu url de facebook



Y PARA TWITTER ?
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group