I really hoped you might have been on to something there so I added
what you suggested. I now have the following and the map does still
not show.
my MasterPage styles:
html, body {
height: 100%;
margin: 0;
padding: 0;
}
my MasterPage form tag:
<form method="post" action="locationMASTER.aspx" id="aspnetForm"
style="width: 100%; height: 100%">
and my content page:
<div id="map_canvas" style="width: 100%; height: 100%">
</div>
Any other ideas please?
Thanks
On Sep 13, 11:59 am, Rossko <[email protected]> wrote:
> > This was not a problem in v2 but in v3, it will not display the map if
> > this part of the html:
> > <div id="map_canvas" style="width: 100%; height: 100%">
> > </div>
> > is within a form tag.
>
> What size does the form have? 100% of 'undefined' is undefined.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.