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.<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>
Gracias