Hi!

I have used ajax tab panel to dispaly the map. But it is not getting
centered at the given point. So I searched this groups and found the
following code

container = document.getElementById("GoogleMap_Div");
width = parseInt(container.style.width);
height = parseInt(container.style.height);
map = new GMap2(container, {size:new GSize(width,height)});

This is working. But I have given the map width as 100%. But it is
taking only 100px. Due to some reasons I can't fix the map width, I
found  the following link in a post

http://econym.googlepages.com/basic19.htm

It is giving page not found error. Could someone help me in getting
the value as percentage?

Cordially,
Manasa P

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