Greetings!
I'm just a begginer at Google Maps API and I need a help with the very
basic, been trying the Google maps "Hello World" script and run into
trouble :D I'm running the maps canvas hidden (display:none) on the
page load. Once I show the canvas (display:visible), only one part of
the map is visible and the rest of the map is greyed out:
http://i.imgur.com/cLb57.png . The display show/hide toggle is handled
by jQuery.
Seems like it's a known issue (been googling for it couple hours now,
trying the suggested solutions but without any luck). Some solutions
say it is an issue of CSS - I ran my page through the validator and it
was without any errors, only warnings.
The webpage is located here:
http://goo.gl/NcCRL and the map itself is
hiding under "sidlo" button in the navigation menu. Here is another
version this time triggered directly from jQuery (through gmap2
plugin):
http://goo.gl/KkwSq Please don't mind the design or the messy
code, it's just a work in progress. I'm using Google Chrome 12, tried
this in IE 9 and the issue was there as well. IE 6 on other computer
was just fine.
The map works perfectly after it's refreshed (so it is displayed from
the very first moment).
I'm getting kinda desperate :/
Thank you for any help, ideas...
Jules