i have a none clean solution but may be it will solve your problem,
rather than set the container which holds the fancybox div (with id of
mapdir in your case)
with "display:none", instead remove "display:none" make it "height:
0px;overflow:hidden;",
so as in your html, replace this:
<div style="display: none;">
    <div id="mapdir">

with this:

<div style="height:0px;overflow:hidden;">
    <div id="mapdir">


I hope it help.


On Mar 2, 10:51 am, Cyril Sanjay <[email protected]> wrote:
> I have done the same but no responce.
> Anything else is missing for the map to render completely.
>
> You can check it here:http://testcy.mayavaram.com/fancy.html
>
> Thanks,
> ~Cyril
>
> On Feb 26, 7:37 pm, Chad Killingsworth
>
> <[email protected]> wrote:
> > In the V3 API, the map size is determined by the element that contains
> > it. So if you want a map of specific size, you'd use a div like:
>
> > <div id="map_canvas" style="width: 254px; height: 314px"><div>
>
> > Chad Killingsworth
>
> > On Feb 26, 4:29 am, Cyril Sanjay <[email protected]> wrote:
>
> > > Is there a way to setup the size of gmap  like in gmap V2.
> > > ex:  var map = new GMap2(document.getElementById("map_canvas"),{ size:
> > > new GSize(254, 314) });
>
> > > You can check it here:http://testcy.mayavaram.com/fancy.html
>
> > > Thanks
> > > ~Cyril
>
> > > On Feb 25, 9:03 pm, Marcelo <[email protected]> wrote:
>
> > > > On Feb 25, 3:08 pm, Cyril Sanjay <[email protected]> wrote:
>
> > > > > Please help.
>
> > > > How?
>
> > > > Either get rid of the fancy plugin or read and follow the group's
> > > > posting 
> > > > guidelines:http://groups.google.com/group/google-maps-js-api-v3/browse_thread/th......
>
> > > > --
> > > > Marcelo -http://maps.forum.nu
> > > > --
>
> > > > > Regards,
> > > > > ~Cyril

-- 
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.

Reply via email to