Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/05/2018, 08:57
Avatar de ceaped
ceaped
 
Fecha de Ingreso: febrero-2004
Mensajes: 2.185
Antigüedad: 20 años, 2 meses
Puntos: 9
Pregunta Botón .slideToggle(); no deja ver mapa Street View containers

Buenos días
Yo oculto y visualizo un mapa "Street View containers" así:

Código Javascript:
Ver original
  1. $(document).ready(function(){
  2.     $('#marco_mapa').slideToggle();
  3.         $('#ver_mapa_btn').on('click',function(){
  4.             $('#marco_mapa').slideToggle('slow');
  5.  
  6.             enlace  = $(this).attr('href');
  7.             $('html, body').animate({
  8.                 scrollTop: $(enlace).offset().top
  9.             }, 1000);
  10.     })
  11.  
  12. [HIGHLIGHT="HTML"]
  13. <a href="#mapa" id="ver_mapa_btn" title="Ver mapa" >Ver mapa</a>

Pero cuando abro el mapa se ve negro.
¿Cómo hago para que se vea el mapa?

Gracias por su ayuda

});

[/HIGHLIGHT]
__________________
Diseñador Gráfico publicitario