On Jan 6, 1:44 pm, Alex Genadinik <[email protected]> wrote: > Hello, > > This is a very novice question, but I am trying to place a div with a > map on a page which is in development here:http://www.comehike.com > > And I think due to the size constraints of the map and the other divs > on the page, the map div doesn't render properly. Would you know what > to change/adjust so that the div that is supposed to show the map, > actually render the map?
The map_canvas div has no width. Your html is invalid: http://validator.w3.org/check?uri=http%3A%2F%2Fwww.comehike.com%2F&charset=%28detect+automatically%29&doctype=Inline&group=0 This is certainly a problem <body onload="onload="initialize(); cycleBan();"> -- Larry > > Thanks, > Alex -- 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.
