Ver Mensaje Individual
  #6 (permalink)  
Antiguo 24/02/2010, 06:47
Legolas_Bilbao
 
Fecha de Ingreso: mayo-2005
Mensajes: 423
Antigüedad: 19 años
Puntos: 1
Respuesta: jquery + maplightbox + iexplorer

VAle ahora si me salta el error que es el siguiente

Detalles de error de página web

Agente de usuario: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Fecha: Wed, 24 Feb 2010 12:45:38 UTC


Mensaje: Argumento no válido.
Línea: 63
Carácter: 3
Código: 0
URI: XXXX/js/jquery.maphilight.js


Mensaje: El objeto no acepta esta propiedad o método
Línea: 48
Carácter: 3
Código: 0
URI: xxxx/pruebas.php

Código Javascript:
Ver original
  1. <script type="text/javascript" src="./js/jquery.maphilight.js"></script>
  2. <link rel="STYLESHEET" type="text/css" href="./recursos/iexplore.css"/>
  3. <script>
  4. $(function() {
  5.         $('.map').maphilight({fade: false});
  6.  
  7.   $('area[shape=poly]').click(function(event){
  8.   var id = $(this).attr('id');
  9.   var provincia = $(this).attr('title');
  10.   $('#cuadro2').load('datosCampos.php?id='+id);
  11.   $('#cuadro2').css({visibility:'visible'});
  12.   });
  13.  });
  14. </script>
línea 48 $('.map').maphilight({fade: false});

línea 63 <div id="logo">
__________________
Dios creo un equipo perfecto a los demas los lleno de extranjeros

Última edición por Legolas_Bilbao; 24/02/2010 a las 06:51 Razón: añadir informacion