Foros del Web

Foros del Web (http://www.forosdelweb.com/)
-   Frameworks JS (http://www.forosdelweb.com/f127/)
-   -   Smoothbox, Thickbox for mootools (http://www.forosdelweb.com/f127/smoothbox-thickbox-mootools-586745/)

ceaped 15/05/2008 06:12

Smoothbox, Thickbox for mootools
 
Buenos días.

Trato de implementar "Smoothbox.js" pero no logro hacerlo.
Yo lo descargue de aquí:
http://gueschla.com/labs/smoothbox/

Download
smoothbox.js
smoothbox.css

loading.gif...Como descargo este? o como lo implemento?.

Así tengo mi html:
Cita:


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>smoothbox</title>

<link href="smoothbox.css" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="smoothbox.js"></script>

</head>

<body>

<a href="images/01.jpg" title="Titulo" class="smoothbox">
<img src="images/01_mini.jpg" alt="Single Image"/></a>

</body>
</html>
Como implelento "smoothbox.css", yo creo que mi proble está ahí o si es algo más agradecerí su ayuda.

Gracias

JavierB 15/05/2008 07:13

Re: Smoothbox, Thickbox for mootools
 
Mensaje movido al foro de Frameworks desde Javascript.

Saludos, :adios:

amigo_uy 08/01/2009 19:50

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>


La zona horaria es GMT -6. Ahora son las 08:20.

Desarrollado por vBulletin® Versión 3.8.7
Derechos de Autor ©2000 - 2026, Jelsoft Enterprises Ltd.