On Apr 19, 9:55 am, kishore vengala <[email protected]> wrote:
> I have searched all the group solving the issue..but not even one discussion
> helped me to get rid of it

You didn't find any about using the optional "size" argument to the
GMap2 constructor?
Like this one:
http://groups.google.com/group/Google-Maps-API/browse_frm/thread/88794c72d85434d5/447133398b335219

You have a fixed size map div, try this:
eagmap = new GMap2(document.getElementById("gmap"), {size: new GSize
(500,300)});
(or what Andrew suggests in the thread above)

  -- Larry



>
> On Sun, Apr 19, 2009 at 10:08 PM, Rossko <[email protected]> wrote:
>
> > > I have problem centering my marker in map only in IE, It work in all
> > > browsers except in IE..
>
> > Search this group for 'ie top left' and 'hidden div'
> > It's because your map div is hidden initially and has zero size.
>
> > cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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