Yo oculto y visualizo un mapa "Street View containers" así:
Código Javascript:
Ver original
$(document).ready(function(){ $('#marco_mapa').slideToggle(); $('#ver_mapa_btn').on('click',function(){ $('#marco_mapa').slideToggle('slow'); enlace = $(this).attr('href'); $('html, body').animate({ scrollTop: $(enlace).offset().top }, 1000); }) [HIGHLIGHT="HTML"] <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]