Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/09/2013, 14:16
Avatar de vick90
vick90
 
Fecha de Ingreso: abril-2010
Mensajes: 144
Antigüedad: 14 años, 1 mes
Puntos: 14
Respuesta: función galería no me abre las imagenes

Haber si este te sirve
Código Javascript:
Ver original
  1. <div id="gallery">
  2.     <ul>
  3.         <li>
  4.             <a href="photos/image1.jpg">
  5.                 <img src="photos/thumb_image1.jpg" width="72" height="72" alt="" />
  6.             </a>
  7.         </li>
  8.         <li>
  9.            <a href="photos/image1.jpg">
  10.                 <img src="photos/thumb_image1.jpg" width="72" height="72" alt="" />
  11.             </a>
  12.         </li>
  13.      </div>