I'm working on a set of map using the javascript api and am running
into a problem with the info windows.  They display fine in Firefox,
but in IE they expand in width so that one side or the other is
outside the 512px-wide map div.

http://tinyurl.com/b85cbd

The HTML for the info window is as follows:

var html =
"<img src=../"+ imageURL + " align=\"right\" alt=" + speciesName + "
width=\"100\" height=\"100\">
<strong>" + commonName + "</strong><br />" +
"<i>" + speciesName + "</i><br />" +
phenophaseName + " on " + obsDate + "<br />" +
"Observation No. " + observationID + "<br />" +
"Plant Group: " + plantGroup + "<br />";

How can I get IE and Firefox to display the windows at approximately
the same width?
--~--~---------~--~----~------------~-------~--~----~
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