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

ya lo he solventado

sustituir las siguientes lineas jquery.maphilight
Código Javascript:
Ver original
  1. document.createStyleSheet().addRule("v\\:*", "behavior: url(#default#VML); antialias: true;");
  2.         document.namespaces.add("v", "urn:schemas-microsoft-com:vml");

por las siguientes

Código Javascript:
Ver original
  1. document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
  2.     var style = document.createStyleSheet();
  3.     var shapes = ['shape','rect', 'oval', 'circ', 'fill', 'stroke', 'imagedata', 'group','textbox'];  
  4.     $.each(shapes,
  5.     function()
  6.     {
  7.         style.addRule('v\\:' + this, "behavior: url(#default#VML); antialias:true");
  8.     }
  9.     );
__________________
Dios creo un equipo perfecto a los demas los lleno de extranjeros