I had a problem (not sliding panel specific) once where a google map
would not display if it's wrapper had display:none on it. Maybe try
visibility:hidden. I think in my case I had to load the map offscreen
(using absolute a div with negative positioning) and then using .append
to move it's contents into the place where I wanted it to actually
appear (definitely a kludge, but worked).
- Jack
phaedo5 wrote:
I want to use a sliding panel at the top of my page. I can do that, but I
also want to include inside that panel an interactive Google Map. I can do
the code to get it there, but it doesn't work quite right. The map loads
but there are pieces of it that are flaky or not there. The map seems to
work, it just doesn't display properly.
Does anyone know how I can work around that?