Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/10/2009, 03:24
siru
 
Fecha de Ingreso: febrero-2008
Mensajes: 7
Antigüedad: 16 años, 9 meses
Puntos: 0
Respuesta: como pasar las imagenes sucesivamente

gracias por las respuestas. Estoy probando a meter del enlace que ha puesto juaniquillo la segunda, que se llama galleria. La verdad es que pone como hacerlo en solo 5 pasos pero como no tengo ni idea de programacion cno lo consigo.Pongo los pasos.

* 1. Download the latest jQuery release
* 2. Download the Galleria plugin and the galleria.css file.
* 3. Add the following lines inside your <head>:


<link href="galleria.css" rel="stylesheet" type="text/css" media="screen">
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.galleria.js"></script>
<script type="text/javascript">
jQuery(function($) { $('ul.gallery').galleria(); });
</script>

* 4. Create an unordered list of images and give it an identifier (in this case class='gallery')
* 5. Style your gallery using CSS. Galleria has a default style that you can easily override and modify.


Osea lo que yo he hecho me he descargado esos archivos y me imagino que los tendre que poner en una carpeta dentro de mi raiz local.Las imagenes ya las tengo creadas tanto las grandes como los thumbnails. A ver si me podeis ayudar un poco. gracias