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.

Probably the simplest thing to do is leave your page as it was, use
javascript to replace the static map with the dynamic one (if it is
disabled, it won't do anything...)

 A link would help us give you more relevant advice...

  -- Larry

>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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