2008/11/20 Horacio
>
> Bueniiisimo... como hacen el despliegue de la ventana para que funque
> en el navegador??  No me digás que debian usa flash 10.0 .... ;)
>
> _______________________________________________
> Lugro mailing list
> [email protected]
> http://www.lugro.org.ar/mailman/listinfo/lugro
>

Con firebug se ve que lo hacen por javascript

<script type="application/x-javascript">
46 $(document).ready(function() {
47 $('.screenshots a.image').flyout({
48 loadingSrc:'/images/spinner.gif',
49 outSpeed: 300,
50 inSpeed: 300
51 });
52 });
53</script>
54

-- 
x-ip @ Rcom! - http://rcom.com.ar
"One byte to rule them all ..."

_______________________________________________
Lugro mailing list
[email protected]
http://www.lugro.org.ar/mailman/listinfo/lugro

Responder a