Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/01/2009, 19:50
amigo_uy
 
Fecha de Ingreso: enero-2007
Mensajes: 17
Antigüedad: 17 años, 10 meses
Puntos: 0
Respuesta: Smoothbox, Thickbox for mootools

<html>
<head>
<script src="mootools.js" type="text/javascript"></script>
<script src="sexylightbox.packed.js" type="text/javascript"></script>
<link rel="stylesheet" href="sexylightbox.css" type="text/css" media="all" />

<script type="text/javascript">
window.addEvent('domready', function() {
new SexyLightBox();
});
</script>


</head>
<body>

<a href="sexyimages/clapclap.jpg" rel="sexylightbox[galeria]">Enlace 1</a><br>
<a href="sexyimages/homerin2.jpg" rel="sexylightbox[galeria]">Enlace 2</a><br>
<a href="http://www.google.com?TB_iframe=true&height=450&width=800 " rel="sexylightbox" >Gooooogle</a><br>

<a href="sexyimages/yo.gif" rel="sexylightbox" title="It's Me!" ><img src="sexyimages/yo.jpg" alt=""/></a>

</body>
</html>