Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/11/2010, 20:54
Avatar de Drakerz
Drakerz
 
Fecha de Ingreso: marzo-2010
Mensajes: 182
Antigüedad: 14 años, 1 mes
Puntos: 12
Respuesta: Lightbox JS v2.04 no funciona en IE 9

Según note si es que estas usando el mismo Lightbox que te mostré como Ejemplo en ningún momento vi el <div id="gallery">

Deberías tener algo así, Por cierto si es el mismo Lightbox que te mostre anda perfectamente en el explorer

Código HTML:
<link rel="stylesheet" type="text/css" href="../style-projects-jquery.css" />    
    
    <!-- Arquivos utilizados pelo jQuery lightBox plugin -->
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/jquery.lightbox-0.5.js"></script>

    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.lightbox-0.5.css" media="screen" />
    <!-- / fim dos arquivos utilizados pelo jQuery lightBox plugin -->
    
    <!-- Ativando o jQuery lightBox plugin -->
    <script type="text/javascript">
    $(function() {
        $('#gallery a').lightBox();
    });
    </script>
   	<style type="text/css">
	/* jQuery lightBox plugin - Gallery style */
	#gallery {
float:left;
margin-left:-52px;
width:510px;
}
	#gallery ul { list-style: none;
	margin-top:0;
	}
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #003366;
		border-width: 5px 5px 5px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
	</style> 
__________________
Founder and CEO en Edition Designs
http://www.edition-designs.com.ar/