On Apr 19, 12:07 pm, kishore vengala <[email protected]>
wrote:
> Which code should be removed?

The extra code you added trying to fix this problem that didn't work.
You could start with fixView() as my previous post suggested.

If I comment out the call to fixView(), and the now extraneous calls
to checkResize(), it works on a local version.

>
> On Mon, Apr 20, 2009 at 12:32 AM, [email protected] <[email protected]
>
> > wrote:
>
> > On Apr 19, 11:54 am, "[email protected]" <[email protected]>
> > wrote:
> > > On Apr 19, 11:45 am, kishore vengala <[email protected]>
> > > wrote:
>
> > > > Sorry i have checked it  wrongly..It was not fixed yet by using
>
> > > > eagmap = new GMap2(document.getElementById("gmap"), {size: new
> > GSize(500,300)});
>
> > > Works for me in IE6 on your page. What do you mean by you "checked it
> > > wrongly"?
>
> > I think your "fixView()" function might be forcing it to be wrong.
> > Try removing all the code that you put in to try to fix the problem,
> > it shouldn't be needed.
>
> >  -- Larry
>
> > >   -- Larry
>
> > > > On Mon, Apr 20, 2009 at 12:02 AM, kishore vengala <
> > [email protected]
>
> > > > > wrote:
> > > > > Very Thanks..this fixed my issue...Thanks to all..
>
> > > > > On Sun, Apr 19, 2009 at 11:49 PM, [email protected] <
> > > > > [email protected]> wrote:
>
> > > > >> 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/8879...
>
> > > > >> 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