Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/08/2011, 03:14
maitines
 
Fecha de Ingreso: junio-2010
Ubicación: Barcelona
Mensajes: 43
Antigüedad: 13 años, 11 meses
Puntos: 1
Respuesta: Problema con Galeria Visuallightbox

Buenas os pongo el codigo que me da problemas, haber si os sirve de mas ayuda.
Saludos
Código HTML:
Ver original
  1. <script src="Videos/engine/js/jquery.tools.min.js" type="text/javascript"></script>
  2. <script src="Videos/engine/js/swfobject.js" type="text/javascript"></script>
  3. <!-- make all links with the 'rel' attribute open overlays -->
  4. <script src="Videos/engine/js/videolightbox.js" type="text/javascript"></script>
  5. <!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin -->
  6. <style type="text/css">#videogallery a#videolb{display:none}</style>
  7.  
  8. <!-- Ativando o jQuery lightBox plugin -->
  9.     <script type="text/javascript">
  10.     $(function() {
  11.         $('#gallery a').lightBox();
  12.     });
  13.     </script>
  14.     <style type="text/css">
  15.     /* jQuery lightBox plugin - Gallery style */
  16.     #gallery {
  17.    
  18.     padding: 10px;
  19.     width: 850px;
  20.     height: auto;
  21.     }
  22.     #gallery ul { list-style: none; }
  23.     #gallery ul li { display: inline; }
  24.     #gallery ul img {
  25.     border: 2px solid #681F7B;
  26.     border-width: 2px 2px 2px;
  27.     }
  28.     #gallery ul a:hover img {
  29.     border: 2px solid #fff;
  30.     border-width: 2px 2px 2px;
  31.     color: #681F7B;
  32.     }
  33.     #gallery ul a:hover {
  34.     color: #000;
  35. }
  36.     </style>
  37.    
  38. <meta charset="UTF-8"></head>
  39.  
  40. <!-- Start VisualLightBox.com HEAD section -->
  41.         <link rel="stylesheet" href="GaleriaInstalaciones/engine/css/vlightbox1.css" type="text/css" />
  42.         <link rel="stylesheet" href="GaleriaInstalaciones/engine/css/visuallightbox.css" type="text/css" media="screen" />
  43.         <script src="GaleriaInstalaciones/engine/js/jquery.min.js" type="text/javascript"></script>
  44.         <script src="GaleriaInstalaciones/engine/js/visuallightbox.js" type="text/javascript"></script>
  45.         <script src="GaleriaInstalaciones/engine/js/vlbdata.js" type="text/javascript"></script>
  46.         <!-- End VisualLightBox.com HEAD section -->