Wasn't it [email protected] who wrote:
>
On Jul 11, 12:20 pm, pocket <[email protected]> wrote:
>> I have a contact page where at present I have a static map of my
>> location. I want to use Google Maps to make it more interactive
>> however I still want the current map I have to display if JavaScript
>> is disabled.
>>
>> I have put the current map into <noscript> so that it only displays if
>> JavaScript is disabled but I still get a big white space where the
>> Google Map was. I thought I might be able to get id of this by using
>> display: none; in the CSS file under the div map_canvas but then when
>> JavaScript is enabled the map now doesn't appear.
>>
>> Is there an easy way of hiding the white space when JavaScript is
>> disabled? I'm a bit of a novice so if someone could explain in simple
>> terms that would be great.
>
>Mike's tutorial has (or at least used to) have a good explanation.

You're probably thinking of
   http://econym.org.uk/gmap/basic8.htm

You'll also need to consider the situation where there is Javascript, 
but GBrowserIsCompatible() returns false.


An easier approach is to simply place the static map image inside the 
map container div. If the browser has Javascript and is compatible, then 
creating the GMap2 destroys the previous contents of the div.

-- 
Mike Williams
http://econym.org.uk/gmap



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to