You suggested to try this:
map = new GMap2(document.getElementById("map"),{size:new GSize
(300,400)});

my code to display the problematic map is this:
map2 = new GMap2(document.getElementById("map2"),{size:new GSize
(875,301)});

Is the theory that the variable name, the name of the id of the div
I'm inserting this into, and perhaps the size of the map are affecting
this?

I changed all three and continued to experience the same problem.

Incidentally, the 301 height was an attempt to resize the map on the
location tab click event (to 300px height) which was also ineffective.




On Jun 25, 1:34 pm, Ralph Ames <[email protected]> wrote:
> >I have an odd issue that only happens in IE (7 & 8) - Open this page:
> >http://www.plantmapper.com/index3.php?SPECIMEN_ID_NUMBER=1224676777
> >Any suggestions or comments are much appreciated.
>
> Try this
> map = new GMap2(document.getElementById("map"),{size:new GSize (300,400)});
>
> Ralph
--~--~---------~--~----~------------~-------~--~----~
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